Html Css Color HEX #C5F2EE Foam

📋 copy color: '#C5F2EE'

red 197 ◦ green 242 ◦ blue 238

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

Shades of Foam #C5F2EE

Tints of Foam #C5F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.75%

 BLUE value IS 238 (93.36% from 255) = 35.16%

R = 29.1%
G = 35.75%
B = 35.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#C5F2EE (or 0xC5F2EE) is known color: Foam. HEX triplet: C5, F2 and EE. RGB value is (197,242,238). Sum of RGB (Red+Green+Blue) = 197+242+238=677 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.10% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F2EE is #3A0D11. Grayscale: #E4E4E4. Windows color (decimal): -3804434 or 15659717. OLE color: 15659717.

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

Color convert

RGB 197 242 238 -
CMYK 0.19 0 0.02 0.05
HSL 174.67º 0.63% 0.86% -
HSV(B) 174.67º 0.19% 0.95% -
XYZ 70.21 81.55 92.93 -
YUV 228.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 197 242 238 0.19 0 0.02 0.05 174.67 0.63 0.86
Hex C5 F2 EE 13 0 2 5 AF 3F 56
Octal 305 362 356 23 0 2 5 257 77 126
Binary 11000101 11110010 11101110 10011 0 10 101 10101111 111111 1010110

Color Harmonies of #C5F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F2EE

Black with #C5F2EE

Text Example


Text Example

White with #C5F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F2EE; }

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

 H1.HeaderClassName
 {
   color: #C5F2EE;
 }
 .AnyTagClassName
 {
   color: #C5F2EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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