#7DE9C1

Color #7DE9C1 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7DE9C1

Tints of Riptide #7DE9C1

Color information

#7DE9C1 (or 0x7DE9C1) is unknown color: approx Riptide. HEX triplet: 7D, E9 and C1. RGB value is (125,233,193). Sum of RGB (Red+Green+Blue) = 125+233+193=551 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.69% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE9C1 is #82163E. Grayscale: #C4C4C4. Windows color (decimal): -8525375 or 12708221. OLE color: 12708221.

HSL color Cylindrical-coordinate representation of color #7DE9C1: hue angle of 157.78º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE9C1 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB125233193-
CMYK0.4600.170.09
HSL157.78º71.05%70.2%-
HSV(B)157.78º46.35%91.37%-
XYZ47.2266.4960.8-
YUV196.15126.2277.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 125 (49.22% from 255) = 22.69%
GREEN value IS 233 (91.41% from 255) = 42.29%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=22.69%
G=42.29%
B=35.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252331930.4600.170.09157.7871.0570.2
Hex7DE9C12E01199e4746
Octal1753513015602111236107106
Binary1111101111010011100000110111001000110011001111010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DE9C1; }

 p { color: rgb(125,233,193); }

 H1.HeaderClassName
 {
   color: #7DE9C1;
 }
 .AnyTagClassName
 {
   color: #7DE9C1;
 }
</style>
background-color css

<style>
 a { background-color: #7DE9C1; }

 a { background-color: rgb(125,233,193); }

 div.DivClassName
 {
   background-color: #7DE9C1;
 }
 .BgClassName
 {
   background-color: #7DE9C1;
 }
</style>
border-color css

<style>
 span { border-color: #7DE9C1; }

 span { border-color: rgb(125,233,193); }

 td.TdClassName
 {
   border-color: #7DE9C1;
 }
 .TagClassName
 {
   border-color: #7DE9C1;
 }
</style>