Html Css Color HEX #C5EFEA Foam

📋 copy color: '#C5EFEA'

red 197 ◦ green 239 ◦ blue 234

#C5EFEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Foam #C5EFEA

Tints of Foam #C5EFEA

RGB

 RED value IS 197 (77.34% from 255) = 29.4%

 GREEN value IS 239 (93.75% from 255) = 35.67%

 BLUE value IS 234 (91.8% from 255) = 34.93%

R = 29.4%
G = 35.67%
B = 34.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#C5EFEA (or 0xC5EFEA) is known color: 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

RGB 197 239 234 -
CMYK 0.18 0 0.02 0.06
HSL 172.86º 0.57% 0.85% -
HSV(B) 172.86º 0.18% 0.94% -
XYZ 68.74 79.54 89.57 -
YUV 225.87 132.59 107.41 -
System Red Green Blue C M Y K H S L
Decimal 197 239 234 0.18 0 0.02 0.06 172.86 0.57 0.85
Hex C5 EF EA 12 0 2 6 AD 39 55
Octal 305 357 352 22 0 2 6 255 71 125
Binary 11000101 11101111 11101010 10010 0 10 110 10101101 111001 1010101

Color Harmonies of #C5EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EFEA

Black with #C5EFEA

Text Example


Text Example

White with #C5EFEA

Text Example


Text Example

HTML Codes & Css Web 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>