#CBFAAB

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

Shades of Tea Green #CBFAAB

Tints of Tea Green #CBFAAB

Color information

#CBFAAB (or 0xCBFAAB) is unknown color: approx Tea Green. HEX triplet: CB, FA and AB. RGB value is (203,250,171). Sum of RGB (Red+Green+Blue) = 203+250+171=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 171 (67.19% from 255 or 27.40% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBFAAB is #340554. Grayscale: #E3E3E3. Windows color (decimal): -3409237 or 11270859. OLE color: 11270859.

HSL color Cylindrical-coordinate representation of color #CBFAAB: hue angle of 95.7º degrees, saturation: 0.89, 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 #CBFAAB is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB203250171-
CMYK0.1900.320.02
HSL95.7º88.76%82.55%-
HSV(B)95.7º31.6%98.04%-
XYZ66.1684.0151.26-
YUV226.9496.43110.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 171 (67.19% from 255) = 27.40%
R=32.53%
G=40.06%
B=27.40%

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
Decimal2032501710.1900.320.0295.788.7682.55
HexCBFAAB130202605953
Octal313372253230402140131123
Binary11001011111110101010101110011010000010110000010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAAB; }

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

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

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

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

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

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

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

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