#CBFFC0

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

Shades of Tea Green #CBFFC0

Tints of Tea Green #CBFFC0

Color information

#CBFFC0 (or 0xCBFFC0) is unknown color: approx Tea Green. HEX triplet: CB, FF and C0. RGB value is (203,255,192). Sum of RGB (Red+Green+Blue) = 203+255+192=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFC0 is #34003F. Grayscale: #E8E8E8. Windows color (decimal): -3407936 or 12648395. OLE color: 12648395.

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

Color convert

RGB203255192-
CMYK0.2000.250
HSL109.52º100%87.65%-
HSV(B)109.52º24.71%100%-
XYZ69.988.0263.17-
YUV232.27105.27107.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=31.23%
G=39.23%
B=29.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032551920.2000.250109.5210087.65
HexCBFFC01401906e6458
Octal313377300240310156144130
Binary110010111111111111000000101000110010110111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFC0; }

 p { color: rgb(203,255,192); }

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

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

 a { background-color: rgb(203,255,192); }

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

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

 span { border-color: rgb(203,255,192); }

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