#CAEFEA

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

Shades of Foam #CAEFEA

Tints of Foam #CAEFEA

Color information

#CAEFEA (or 0xCAEFEA) is unknown color: approx Foam. HEX triplet: CA, EF and EA. RGB value is (202,239,234). Sum of RGB (Red+Green+Blue) = 202+239+234=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAEFEA is #351015. Grayscale: #E3E3E3. Windows color (decimal): -3477526 or 15396810. OLE color: 15396810.

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

Color convert

RGB202239234-
CMYK0.1500.020.06
HSL171.89º53.62%86.47%-
HSV(B)171.89º15.48%93.73%-
XYZ70.0780.2389.63-
YUV227.37131.74109.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.93%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=29.93%
G=35.41%
B=34.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392340.1500.020.06171.8953.6286.47
HexCAEFEAF026ac3656
Octal3123573521702625466126
Binary1100101011101111111010101111010110101011001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFEA; }

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

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

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

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

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

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

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

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