#CBFCC0

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

Shades of Tea Green #CBFCC0

Tints of Tea Green #CBFCC0

Color information

#CBFCC0 (or 0xCBFCC0) is unknown color: approx Tea Green. HEX triplet: CB, FC and C0. RGB value is (203,252,192). Sum of RGB (Red+Green+Blue) = 203+252+192=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC0 is #34033F. Grayscale: #E6E6E6. Windows color (decimal): -3408704 or 12647627. OLE color: 12647627.

HSL color Cylindrical-coordinate representation of color #CBFCC0: hue angle of 109º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBFCC0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB203252192-
CMYK0.1900.240.01
HSL109º90.91%87.06%-
HSV(B)109º23.81%98.82%-
XYZ68.9586.1262.86-
YUV230.51106.27108.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 252 (98.83% from 255) = 38.95%
BLUE value IS 192 (75.39% from 255) = 29.68%
R=31.38%
G=38.95%
B=29.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032521920.1900.240.0110990.9187.06
HexCBFCC01301816d5b57
Octal313374300230301155133127
Binary110010111111110011000000100110110001110110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFCC0; }

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

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

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

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

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

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

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

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