#CAF5EE

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

Shades of Foam #CAF5EE

Tints of Foam #CAF5EE

Color information

#CAF5EE (or 0xCAF5EE) is unknown color: approx Foam. HEX triplet: CA, F5 and EE. RGB value is (202,245,238). Sum of RGB (Red+Green+Blue) = 202+245+238=685 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.49% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF5EE is #350A11. Grayscale: #E7E7E7. Windows color (decimal): -3475986 or 15660490. OLE color: 15660490.

HSL color Cylindrical-coordinate representation of color #CAF5EE: hue angle of 170.23º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF5EE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB202245238-
CMYK0.1800.030.04
HSL170.23º68.25%87.65%-
HSV(B)170.23º17.55%96.08%-
XYZ72.4484.0393.29-
YUV231.34131.75107.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.49%
GREEN value IS 245 (96.09% from 255) = 35.77%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=29.49%
G=35.77%
B=34.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022452380.1800.030.04170.2368.2587.65
HexCAF5EE12034aa4458
Octal31236535622034252104130
Binary110010101111010111101110100100111001010101010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5EE; }

 p { color: rgb(202,245,238); }

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

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

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

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

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

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

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