#7ED3CB

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

Shades of Riptide #7ED3CB

Tints of Riptide #7ED3CB

Color information

#7ED3CB (or 0x7ED3CB) is unknown color: approx Riptide. HEX triplet: 7E, D3 and CB. RGB value is (126,211,203). Sum of RGB (Red+Green+Blue) = 126+211+203=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED3CB is #812C34. Grayscale: #B8B8B8. Windows color (decimal): -8465461 or 13357950. OLE color: 13357950.

HSL color Cylindrical-coordinate representation of color #7ED3CB: hue angle of 174.35º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED3CB is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB126211203-
CMYK0.4000.040.17
HSL174.35º49.13%66.08%-
HSV(B)174.35º40.28%82.75%-
XYZ42.6855.3464.93-
YUV184.67138.3486.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.33%
GREEN value IS 211 (82.81% from 255) = 39.07%
BLUE value IS 203 (79.69% from 255) = 37.59%
R=23.33%
G=39.07%
B=37.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1262112030.4000.040.17174.3549.1366.08
Hex7ED3CB280411ae3142
Octal17632331350042125661102
Binary11111101101001111001011101000010010001101011101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,211,203); }

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

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

 a { background-color: rgb(126,211,203); }

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

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

 span { border-color: rgb(126,211,203); }

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