#CAE5CA

Color #CAE5CA Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #CAE5CA

Tints of Sea Mist #CAE5CA

Color information

#CAE5CA (or 0xCAE5CA) is unknown color: approx Sea Mist. HEX triplet: CA, E5 and CA. RGB value is (202,229,202). Sum of RGB (Red+Green+Blue) = 202+229+202=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE5CA is #351A35. Grayscale: #D9D9D9. Windows color (decimal): -3480118 or 13297098. OLE color: 13297098.

HSL color Cylindrical-coordinate representation of color #CAE5CA: hue angle of 120º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE5CA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB202229202-
CMYK0.1200.120.10
HSL120º34.18%84.51%-
HSV(B)120º11.79%89.8%-
XYZ63.0472.8666.62-
YUV217.85119.05116.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 229 (89.84% from 255) = 36.18%
BLUE value IS 202 (79.30% from 255) = 31.91%
R=31.91%
G=36.18%
B=31.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022292020.1200.120.1012034.1884.51
HexCAE5CAC0CA782255
Octal312345312140141217042125
Binary110010101110010111001010110001100101011110001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE5CA; }

 p { color: rgb(202,229,202); }

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

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

 a { background-color: rgb(202,229,202); }

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

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

 span { border-color: rgb(202,229,202); }

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