#C5F3EE

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

Shades of Foam #C5F3EE

Tints of Foam #C5F3EE

Color information

#C5F3EE (or 0xC5F3EE) is unknown color: approx Foam. HEX triplet: C5, F3 and EE. RGB value is (197,243,238). Sum of RGB (Red+Green+Blue) = 197+243+238=678 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.06% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F3EE is #3A0C11. Grayscale: #E4E4E4. Windows color (decimal): -3804178 or 15659973. OLE color: 15659973.

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

Color convert

RGB197243238-
CMYK0.1900.020.05
HSL173.48º65.71%86.27%-
HSV(B)173.48º18.93%95.29%-
XYZ70.5182.1493.03-
YUV228.68133.26105.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.06%
GREEN value IS 243 (95.31% from 255) = 35.84%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=29.06%
G=35.84%
B=35.10%

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
Decimal1972432380.1900.020.05173.4865.7186.27
HexC5F3EE13025ad4256
Octal30536335623025255102126
Binary110001011111001111101110100110101011010110110000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F3EE; }

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

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

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

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

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

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

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

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