#C5FEF9

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

Shades of Foam #C5FEF9

Tints of Foam #C5FEF9

Color information

#C5FEF9 (or 0xC5FEF9) is unknown color: approx Foam. HEX triplet: C5, FE and F9. RGB value is (197,254,249). Sum of RGB (Red+Green+Blue) = 197+254+249=700 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.14% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 249 (97.66% from 255 or 35.57% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEF9 is #3A0106. Grayscale: #ECECEC. Windows color (decimal): -3801351 or 16383685. OLE color: 16383685.

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

Color convert

RGB197254249-
CMYK0.2200.020.00
HSL174.74º96.61%88.43%-
HSV(B)174.74º22.44%99.61%-
XYZ75.5789.59102.93-
YUV236.39135.1299.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.14%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 249 (97.66% from 255) = 35.57%
R=28.14%
G=36.29%
B=35.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542490.2200.020.00174.7496.6188.43
HexC5FEF916020af6158
Octal30537637126020257141130
Binary1100010111111110111110011011001001010111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEF9; }

 p { color: rgb(197,254,249); }

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

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

 a { background-color: rgb(197,254,249); }

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

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

 span { border-color: rgb(197,254,249); }

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