#CBF2B4

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

Shades of Tea Green #CBF2B4

Tints of Tea Green #CBF2B4

Color information

#CBF2B4 (or 0xCBF2B4) is unknown color: approx Tea Green. HEX triplet: CB, F2 and B4. RGB value is (203,242,180). Sum of RGB (Red+Green+Blue) = 203+242+180=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 180 (70.70% from 255 or 28.8% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2B4 is #340D4B. Grayscale: #DFDFDF. Windows color (decimal): -3411276 or 11858635. OLE color: 11858635.

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

Color convert

RGB203242180-
CMYK0.1600.260.05
HSL97.74º70.45%82.75%-
HSV(B)97.74º25.62%94.9%-
XYZ64.6279.555.12-
YUV223.27103.58113.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 242 (94.92% from 255) = 38.72%
BLUE value IS 180 (70.70% from 255) = 28.8%
R=32.48%
G=38.72%
B=28.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421800.1600.260.0597.7470.4582.75
HexCBF2B41001A5624653
Octal313362264200325142106123
Binary11001011111100101011010010000011010101110001010001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2B4; }

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

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

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

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

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

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

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

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