#C5FBF2

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

Shades of Foam #C5FBF2

Tints of Foam #C5FBF2

Color information

#C5FBF2 (or 0xC5FBF2) is unknown color: approx Foam. HEX triplet: C5, FB and F2. RGB value is (197,251,242). Sum of RGB (Red+Green+Blue) = 197+251+242=690 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.55% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FBF2 is #3A040D. Grayscale: #E9E9E9. Windows color (decimal): -3802126 or 15924165. OLE color: 15924165.

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

Color convert

RGB197251242-
CMYK0.2200.040.02
HSL170º87.1%87.84%-
HSV(B)170º21.51%98.43%-
XYZ73.5587.2896.97-
YUV233.83132.61101.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 28.55%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 242 (94.92% from 255) = 35.07%
R=28.55%
G=36.38%
B=35.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972512420.2200.040.0217087.187.84
HexC5FBF216042aa5758
Octal30537336226042252127130
Binary110001011111101111110010101100100101010101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FBF2; }

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

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

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

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

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

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

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

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