#CBF5AC

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

Shades of Tea Green #CBF5AC

Tints of Tea Green #CBF5AC

Color information

#CBF5AC (or 0xCBF5AC) is unknown color: approx Tea Green. HEX triplet: CB, F5 and AC. RGB value is (203,245,172). Sum of RGB (Red+Green+Blue) = 203+245+172=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 245 (96.09% from 255 or 39.52% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF5AC is #340A53. Grayscale: #E0E0E0. Windows color (decimal): -3410516 or 11335115. OLE color: 11335115.

HSL color Cylindrical-coordinate representation of color #CBF5AC: hue angle of 94.52º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBF5AC is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB203245172-
CMYK0.1700.300.04
HSL94.52º78.49%81.76%-
HSV(B)94.52º29.8%96.08%-
XYZ64.7380.9851.25-
YUV224.1298.59112.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 245 (96.09% from 255) = 39.52%
BLUE value IS 172 (67.58% from 255) = 27.74%
R=32.74%
G=39.52%
B=27.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032451720.1700.300.0494.5278.4981.76
HexCBF5AC1101E45f4e52
Octal313365254210364137116122
Binary11001011111101011010110010001011110100101111110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5AC; }

 p { color: rgb(203,245,172); }

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

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

 a { background-color: rgb(203,245,172); }

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

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

 span { border-color: rgb(203,245,172); }

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