Html Css Color HEX #C8F0EB Foam

📋 copy color: '#C8F0EB'

red 200 ◦ green 240 ◦ blue 235

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

Shades of Foam #C8F0EB

Tints of Foam #C8F0EB

RGB

 RED value IS 200 (78.52% from 255) = 29.63%

 GREEN value IS 240 (94.14% from 255) = 35.56%

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 29.63%
G = 35.56%
B = 34.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#C8F0EB (or 0xC8F0EB) is known color: Foam. HEX triplet: C8, F0 and EB. RGB value is (200,240,235). Sum of RGB (Red+Green+Blue) = 200+240+235=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F0EB is #370F14. Grayscale: #E3E3E3. Windows color (decimal): -3608341 or 15462600. OLE color: 15462600.

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

Color convert

RGB 200 240 235 -
CMYK 0.17 0 0.02 0.06
HSL 172.5º 0.57% 0.86% -
HSV(B) 172.5º 0.17% 0.94% -
XYZ 69.97 80.6 90.47 -
YUV 227.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 200 240 235 0.17 0 0.02 0.06 172.5 0.57 0.86
Hex C8 F0 EB 11 0 2 6 AC 39 56
Octal 310 360 353 21 0 2 6 254 71 126
Binary 11001000 11110000 11101011 10001 0 10 110 10101100 111001 1010110

Color Harmonies of #C8F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F0EB

Black with #C8F0EB

Text Example


Text Example

White with #C8F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F0EB; }

 p { color: rgb(200,240,235); }

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

background-color css

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

 a { background-color: rgb(200,240,235); }

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

border-color css

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

 span { border-color: rgb(200,240,235); }

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