#CBF0AE

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

Shades of Tea Green #CBF0AE

Tints of Tea Green #CBF0AE

Color information

#CBF0AE (or 0xCBF0AE) is unknown color: approx Tea Green. HEX triplet: CB, F0 and AE. RGB value is (203,240,174). Sum of RGB (Red+Green+Blue) = 203+240+174=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF0AE is #340F51. Grayscale: #DDDDDD. Windows color (decimal): -3411794 or 11464907. OLE color: 11464907.

HSL color Cylindrical-coordinate representation of color #CBF0AE: hue angle of 93.64º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF0AE is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB203240174-
CMYK0.1500.280.06
HSL93.64º68.75%81.18%-
HSV(B)93.64º27.5%94.12%-
XYZ63.4378.0751.77-
YUV221.41101.24114.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 240 (94.14% from 255) = 38.90%
BLUE value IS 174 (68.36% from 255) = 28.20%
R=32.90%
G=38.90%
B=28.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032401740.1500.280.0693.6468.7581.18
HexCBF0AEF01C65e4551
Octal313360256170346136105121
Binary1100101111110000101011101111011100110101111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF0AE; }

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

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

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

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

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

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

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

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