#CBF7AE

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

Shades of Tea Green #CBF7AE

Tints of Tea Green #CBF7AE

Color information

#CBF7AE (or 0xCBF7AE) is unknown color: approx Tea Green. HEX triplet: CB, F7 and AE. RGB value is (203,247,174). Sum of RGB (Red+Green+Blue) = 203+247+174=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF7AE is #340851. Grayscale: #E1E1E1. Windows color (decimal): -3410002 or 11466699. OLE color: 11466699.

HSL color Cylindrical-coordinate representation of color #CBF7AE: hue angle of 96.16º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF7AE is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB203247174-
CMYK0.1800.300.03
HSL96.16º82.02%82.55%-
HSV(B)96.16º29.55%96.86%-
XYZ65.5382.2752.47-
YUV225.5298.92111.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 247 (96.88% from 255) = 39.58%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=32.53%
G=39.58%
B=27.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471740.1800.300.0396.1682.0282.55
HexCBF7AE1201E3605253
Octal313367256220363140122123
Binary1100101111110111101011101001001111011110000010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7AE; }

 p { color: rgb(203,247,174); }

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

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

 a { background-color: rgb(203,247,174); }

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

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

 span { border-color: rgb(203,247,174); }

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