#CBF1AE

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

Shades of Tea Green #CBF1AE

Tints of Tea Green #CBF1AE

Color information

#CBF1AE (or 0xCBF1AE) is unknown color: approx Tea Green. HEX triplet: CB, F1 and AE. RGB value is (203,241,174). Sum of RGB (Red+Green+Blue) = 203+241+174=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF1AE is #340E51. Grayscale: #DEDEDE. Windows color (decimal): -3411538 or 11465163. OLE color: 11465163.

HSL color Cylindrical-coordinate representation of color #CBF1AE: hue angle of 94.03º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF1AE is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB203241174-
CMYK0.1600.280.05
HSL94.03º70.53%81.37%-
HSV(B)94.03º27.8%94.51%-
XYZ63.7278.6651.87-
YUV222100.91114.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=32.85%
G=39.00%
B=28.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411740.1600.280.0594.0370.5381.37
HexCBF1AE1001C55e4751
Octal313361256200345136107121
Binary11001011111100011010111010000011100101101111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF1AE; }

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

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

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

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

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

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

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

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