#CAF0EA

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

Shades of Foam #CAF0EA

Tints of Foam #CAF0EA

Color information

#CAF0EA (or 0xCAF0EA) is unknown color: approx Foam. HEX triplet: CA, F0 and EA. RGB value is (202,240,234). Sum of RGB (Red+Green+Blue) = 202+240+234=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 234 (91.80% from 255 or 34.62% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF0EA is #350F15. Grayscale: #E3E3E3. Windows color (decimal): -3477270 or 15397066. OLE color: 15397066.

HSL color Cylindrical-coordinate representation of color #CAF0EA: hue angle of 170.53º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0EA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB202240234-
CMYK0.1600.020.06
HSL170.53º55.88%86.67%-
HSV(B)170.53º15.83%94.12%-
XYZ70.3780.8289.73-
YUV227.95131.41109.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.88%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 234 (91.80% from 255) = 34.62%
R=29.88%
G=35.50%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402340.1600.020.06170.5355.8886.67
HexCAF0EA10026ab3857
Octal3123603522002625370127
Binary11001010111100001110101010000010110101010111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0EA; }

 p { color: rgb(202,240,234); }

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

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

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

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

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

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

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