#CBF2BD

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

Shades of Tea Green #CBF2BD

Tints of Tea Green #CBF2BD

Color information

#CBF2BD (or 0xCBF2BD) is unknown color: approx Tea Green. HEX triplet: CB, F2 and BD. RGB value is (203,242,189). Sum of RGB (Red+Green+Blue) = 203+242+189=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2BD is #340D42. Grayscale: #E0E0E0. Windows color (decimal): -3411267 or 12448459. OLE color: 12448459.

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

Color convert

RGB203242189-
CMYK0.1600.220.05
HSL104.15º67.09%84.51%-
HSV(B)104.15º21.9%94.9%-
XYZ65.5779.8760.11-
YUV224.3108.08112.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=32.02%
G=38.17%
B=29.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421890.1600.220.05104.1567.0984.51
HexCBF2BD100165684355
Octal313362275200265150103125
Binary11001011111100101011110110000010110101110100010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2BD; }

 p { color: rgb(203,242,189); }

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

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

 a { background-color: rgb(203,242,189); }

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

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

 span { border-color: rgb(203,242,189); }

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