#C8FFB5

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

Shades of Tea Green #C8FFB5

Tints of Tea Green #C8FFB5

Color information

#C8FFB5 (or 0xC8FFB5) is unknown color: approx Tea Green. HEX triplet: C8, FF and B5. RGB value is (200,255,181). Sum of RGB (Red+Green+Blue) = 200+255+181=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFB5 is #37004A. Grayscale: #E6E6E6. Windows color (decimal): -3604555 or 11927496. OLE color: 11927496.

HSL color Cylindrical-coordinate representation of color #C8FFB5: hue angle of 104.59º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8FFB5 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB200255181-
CMYK0.2200.290
HSL104.59º100%85.49%-
HSV(B)104.59º29.02%100%-
XYZ67.9287.1456.96-
YUV230.12100.28106.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.45%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=31.45%
G=40.09%
B=28.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551810.2200.290104.5910085.49
HexC8FFB51601D0696455
Octal310377265260350151144125
Binary110010001111111110110101101100111010110100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFB5; }

 p { color: rgb(200,255,181); }

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

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

 a { background-color: rgb(200,255,181); }

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

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

 span { border-color: rgb(200,255,181); }

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