#CBFBAB

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

Shades of Tea Green #CBFBAB

Tints of Tea Green #CBFBAB

Color information

#CBFBAB (or 0xCBFBAB) is unknown color: approx Tea Green. HEX triplet: CB, FB and AB. RGB value is (203,251,171). Sum of RGB (Red+Green+Blue) = 203+251+171=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFBAB is #340454. Grayscale: #E3E3E3. Windows color (decimal): -3408981 or 11271115. OLE color: 11271115.

HSL color Cylindrical-coordinate representation of color #CBFBAB: hue angle of 96º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBFBAB is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB203251171-
CMYK0.1900.320.02
HSL96º90.91%82.75%-
HSV(B)96º31.87%98.43%-
XYZ66.4884.6351.36-
YUV227.5396.1110.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 171 (67.19% from 255) = 27.36%
R=32.48%
G=40.16%
B=27.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032511710.1900.320.029690.9182.75
HexCBFBAB130202605b53
Octal313373253230402140133123
Binary11001011111110111010101110011010000010110000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFBAB; }

 p { color: rgb(203,251,171); }

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

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

 a { background-color: rgb(203,251,171); }

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

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

 span { border-color: rgb(203,251,171); }

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