#C5FBF4

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

Shades of Foam #C5FBF4

Tints of Foam #C5FBF4

Color information

#C5FBF4 (or 0xC5FBF4) is unknown color: approx Foam. HEX triplet: C5, FB and F4. RGB value is (197,251,244). Sum of RGB (Red+Green+Blue) = 197+251+244=692 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.47% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FBF4 is #3A040B. Grayscale: #EAEAEA. Windows color (decimal): -3802124 or 16055237. OLE color: 16055237.

HSL color Cylindrical-coordinate representation of color #C5FBF4: hue angle of 172.22º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FBF4 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB197251244-
CMYK0.2200.030.02
HSL172.22º87.1%87.84%-
HSV(B)172.22º21.51%98.43%-
XYZ73.8587.498.56-
YUV234.06133.61101.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.47%
GREEN value IS 251 (98.44% from 255) = 36.27%
BLUE value IS 244 (95.70% from 255) = 35.26%
R=28.47%
G=36.27%
B=35.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972512440.2200.030.02172.2287.187.84
HexC5FBF416032ac5758
Octal30537336426032254127130
Binary11000101111110111111010010110011101010110010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FBF4; }

 p { color: rgb(197,251,244); }

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

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

 a { background-color: rgb(197,251,244); }

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

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

 span { border-color: rgb(197,251,244); }

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