#C8FFBD

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

Shades of Tea Green #C8FFBD

Tints of Tea Green #C8FFBD

Color information

#C8FFBD (or 0xC8FFBD) is unknown color: approx Tea Green. HEX triplet: C8, FF and BD. RGB value is (200,255,189). Sum of RGB (Red+Green+Blue) = 200+255+189=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FFBD is #370042. Grayscale: #E7E7E7. Windows color (decimal): -3604547 or 12451784. OLE color: 12451784.

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

Color convert

RGB200255189-
CMYK0.2200.260
HSL110º100%87.06%-
HSV(B)110º25.88%100%-
XYZ68.7687.4761.4-
YUV231.03104.28105.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.06%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=31.06%
G=39.60%
B=29.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002551890.2200.26011010087.06
HexC8FFBD1601A06e6457
Octal310377275260320156144127
Binary110010001111111110111101101100110100110111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFBD; }

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

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

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

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

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

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

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

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