#CBFAB7

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

Shades of Tea Green #CBFAB7

Tints of Tea Green #CBFAB7

Color information

#CBFAB7 (or 0xCBFAB7) is unknown color: approx Tea Green. HEX triplet: CB, FA and B7. RGB value is (203,250,183). Sum of RGB (Red+Green+Blue) = 203+250+183=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 183 (71.88% from 255 or 28.77% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAB7 is #340548. Grayscale: #E4E4E4. Windows color (decimal): -3409225 or 12057291. OLE color: 12057291.

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

Color convert

RGB203250183-
CMYK0.1900.270.02
HSL102.09º87.01%84.9%-
HSV(B)102.09º26.8%98.04%-
XYZ67.3684.4957.56-
YUV228.31102.43109.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 183 (71.88% from 255) = 28.77%
R=31.92%
G=39.31%
B=28.77%

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
Decimal2032501830.1900.270.02102.0987.0184.9
HexCBFAB71301B2665755
Octal313372267230332146127125
Binary1100101111111010101101111001101101110110011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFAB7; }

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

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

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

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

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

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

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

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