#CBF6AD

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

Shades of Tea Green #CBF6AD

Tints of Tea Green #CBF6AD

Color information

#CBF6AD (or 0xCBF6AD) is unknown color: approx Tea Green. HEX triplet: CB, F6 and AD. RGB value is (203,246,173). Sum of RGB (Red+Green+Blue) = 203+246+173=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF6AD is #340952. Grayscale: #E1E1E1. Windows color (decimal): -3410259 or 11400907. OLE color: 11400907.

HSL color Cylindrical-coordinate representation of color #CBF6AD: hue angle of 95.34º degrees, saturation: 0.8, 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 #CBF6AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB203246173-
CMYK0.1700.300.04
HSL95.34º80.22%82.16%-
HSV(B)95.34º29.67%96.47%-
XYZ65.1381.6351.86-
YUV224.8298.75112.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.64%
GREEN value IS 246 (96.48% from 255) = 39.55%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=32.64%
G=39.55%
B=27.81%

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
Decimal2032461730.1700.300.0495.3480.2282.16
HexCBF6AD1101E45f5052
Octal313366255210364137120122
Binary11001011111101101010110110001011110100101111110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF6AD; }

 p { color: rgb(203,246,173); }

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

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

 a { background-color: rgb(203,246,173); }

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

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

 span { border-color: rgb(203,246,173); }

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