#CAF7F0

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

Shades of Foam #CAF7F0

Tints of Foam #CAF7F0

Color information

#CAF7F0 (or 0xCAF7F0) is unknown color: approx Foam. HEX triplet: CA, F7 and F0. RGB value is (202,247,240). Sum of RGB (Red+Green+Blue) = 202+247+240=689 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.32% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 240 (94.14% from 255 or 34.83% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7F0 is #35080F. Grayscale: #E8E8E8. Windows color (decimal): -3475472 or 15792074. OLE color: 15792074.

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

Color convert

RGB202247240-
CMYK0.1800.030.03
HSL170.67º73.77%88.04%-
HSV(B)170.67º18.22%96.86%-
XYZ73.3585.3795.05-
YUV232.75132.09106.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.32%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 240 (94.14% from 255) = 34.83%
R=29.32%
G=35.85%
B=34.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472400.1800.030.03170.6773.7788.04
HexCAF7F012033ab4a58
Octal31236736022033253112130
Binary11001010111101111111000010010011111010101110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7F0; }

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

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

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

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

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

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

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

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