#CBFAB6

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

Shades of Tea Green #CBFAB6

Tints of Tea Green #CBFAB6

Color information

#CBFAB6 (or 0xCBFAB6) is unknown color: approx Tea Green. HEX triplet: CB, FA and B6. RGB value is (203,250,182). Sum of RGB (Red+Green+Blue) = 203+250+182=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAB6 is #340549. Grayscale: #E4E4E4. Windows color (decimal): -3409226 or 11991755. OLE color: 11991755.

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

Color convert

RGB203250182-
CMYK0.1900.270.02
HSL101.47º87.18%84.71%-
HSV(B)101.47º27.2%98.04%-
XYZ67.2684.4557.01-
YUV228.2101.93110.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 182 (71.48% from 255) = 28.66%
R=31.97%
G=39.37%
B=28.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032501820.1900.270.02101.4787.1884.71
HexCBFAB61301B2655755
Octal313372266230332145127125
Binary1100101111111010101101101001101101110110010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAB6; }

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

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

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

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

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

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

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

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