#CAF7F3

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

Shades of Foam #CAF7F3

Tints of Foam #CAF7F3

Color information

#CAF7F3 (or 0xCAF7F3) is unknown color: approx Foam. HEX triplet: CA, F7 and F3. RGB value is (202,247,243). Sum of RGB (Red+Green+Blue) = 202+247+243=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF7F3 is #35080C. Grayscale: #E9E9E9. Windows color (decimal): -3475469 or 15988682. OLE color: 15988682.

HSL color Cylindrical-coordinate representation of color #CAF7F3: hue angle of 174.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 #CAF7F3 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB202247243-
CMYK0.1800.020.03
HSL174.67º73.77%88.04%-
HSV(B)174.67º18.22%96.86%-
XYZ73.885.5597.42-
YUV233.09133.59105.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.19%
GREEN value IS 247 (96.88% from 255) = 35.69%
BLUE value IS 243 (95.31% from 255) = 35.12%
R=29.19%
G=35.69%
B=35.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022472430.1800.020.03174.6773.7788.04
HexCAF7F312023af4a58
Octal31236736322023257112130
Binary11001010111101111111001110010010111010111110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF7F3; }

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

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

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

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

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

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

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

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