#7EDBCC

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

Shades of Riptide #7EDBCC

Tints of Riptide #7EDBCC

Color information

#7EDBCC (or 0x7EDBCC) is unknown color: approx Riptide. HEX triplet: 7E, DB and CC. RGB value is (126,219,204). Sum of RGB (Red+Green+Blue) = 126+219+204=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBCC is #812433. Grayscale: #BDBDBD. Windows color (decimal): -8463412 or 13425534. OLE color: 13425534.

HSL color Cylindrical-coordinate representation of color #7EDBCC: hue angle of 170.32º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EDBCC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB126219204-
CMYK0.4200.070.14
HSL170.32º56.36%67.65%-
HSV(B)170.32º42.47%85.88%-
XYZ44.8359.4666.24-
YUV189.48136.1982.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.95%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=22.95%
G=39.89%
B=37.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262192040.4200.070.14170.3256.3667.65
Hex7EDBCC2A07Eaa3844
Octal17633331452071625270104
Binary1111110110110111100110010101001111110101010101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,219,204); }

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

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

 a { background-color: rgb(126,219,204); }

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

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

 span { border-color: rgb(126,219,204); }

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