#C5F3ED

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

Shades of Foam #C5F3ED

Tints of Foam #C5F3ED

Color information

#C5F3ED (or 0xC5F3ED) is unknown color: approx Foam. HEX triplet: C5, F3 and ED. RGB value is (197,243,237). Sum of RGB (Red+Green+Blue) = 197+243+237=677 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.10% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F3ED is #3A0C12. Grayscale: #E4E4E4. Windows color (decimal): -3804179 or 15594437. OLE color: 15594437.

HSL color Cylindrical-coordinate representation of color #C5F3ED: hue angle of 172.17º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F3ED is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB197243237-
CMYK0.1900.020.05
HSL172.17º65.71%86.27%-
HSV(B)172.17º18.93%95.29%-
XYZ70.3682.0992.26-
YUV228.56132.76105.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.10%
GREEN value IS 243 (95.31% from 255) = 35.89%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=29.10%
G=35.89%
B=35.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1972432370.1900.020.05172.1765.7186.27
HexC5F3ED13025ac4256
Octal30536335523025254102126
Binary110001011111001111101101100110101011010110010000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F3ED; }

 p { color: rgb(197,243,237); }

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

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

 a { background-color: rgb(197,243,237); }

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

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

 span { border-color: rgb(197,243,237); }

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