#C5FEF6

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

Shades of Foam #C5FEF6

Tints of Foam #C5FEF6

Color information

#C5FEF6 (or 0xC5FEF6) is unknown color: approx Foam. HEX triplet: C5, FE and F6. RGB value is (197,254,246). Sum of RGB (Red+Green+Blue) = 197+254+246=697 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.26% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEF6 is #3A0109. Grayscale: #ECECEC. Windows color (decimal): -3801354 or 16187077. OLE color: 16187077.

HSL color Cylindrical-coordinate representation of color #C5FEF6: hue angle of 171.58º 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 #C5FEF6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB197254246-
CMYK0.2200.030.00
HSL171.58º96.61%88.43%-
HSV(B)171.58º22.44%99.61%-
XYZ75.189.41100.49-
YUV236.04133.62100.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.26%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 246 (96.48% from 255) = 35.29%
R=28.26%
G=36.44%
B=35.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972542460.2200.030.00171.5896.6188.43
HexC5FEF616030ac6158
Octal30537636626030254141130
Binary1100010111111110111101101011001101010110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FEF6; }

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

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

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

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

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

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

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

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