#C5EFEA

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

Shades of Foam #C5EFEA

Tints of Foam #C5EFEA

Color information

#C5EFEA (or 0xC5EFEA) is unknown color: approx Foam. HEX triplet: C5, EF and EA. RGB value is (197,239,234). Sum of RGB (Red+Green+Blue) = 197+239+234=670 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.40% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EFEA is #3A1015. Grayscale: #E1E1E1. Windows color (decimal): -3805206 or 15396805. OLE color: 15396805.

HSL color Cylindrical-coordinate representation of color #C5EFEA: hue angle of 172.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFEA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB197239234-
CMYK0.1800.020.06
HSL172.86º56.76%85.49%-
HSV(B)172.86º17.57%93.73%-
XYZ68.7479.5489.57-
YUV225.87132.59107.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.40%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=29.40%
G=35.67%
B=34.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972392340.1800.020.06172.8656.7685.49
HexC5EFEA12026ad3955
Octal3053573522202625571125
Binary11000101111011111110101010010010110101011011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5EFEA; }

 p { color: rgb(197,239,234); }

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

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

 a { background-color: rgb(197,239,234); }

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

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

 span { border-color: rgb(197,239,234); }

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