#C8F0EB

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

Shades of Foam #C8F0EB

Tints of Foam #C8F0EB

Color information

#C8F0EB (or 0xC8F0EB) is unknown color: approx 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

RGB200240235-
CMYK0.1700.020.06
HSL172.5º57.14%86.27%-
HSV(B)172.5º16.67%94.12%-
XYZ69.9780.690.47-
YUV227.47132.25108.41-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002402350.1700.020.06172.557.1486.27
HexC8F0EB11026ac3956
Octal3103603532102625471126
Binary11001000111100001110101110001010110101011001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>