#CBF2BF

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

Shades of Tea Green #CBF2BF

Tints of Tea Green #CBF2BF

Color information

#CBF2BF (or 0xCBF2BF) is unknown color: approx Tea Green. HEX triplet: CB, F2 and BF. RGB value is (203,242,191). Sum of RGB (Red+Green+Blue) = 203+242+191=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2BF is #340D40. Grayscale: #E0E0E0. Windows color (decimal): -3411265 or 12579531. OLE color: 12579531.

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

Color convert

RGB203242191-
CMYK0.1600.210.05
HSL105.88º66.23%84.9%-
HSV(B)105.88º21.07%94.9%-
XYZ65.7879.9661.26-
YUV224.52109.08112.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 242 (94.92% from 255) = 38.05%
BLUE value IS 191 (75% from 255) = 30.03%
R=31.92%
G=38.05%
B=30.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032421910.1600.210.05105.8866.2384.9
HexCBF2BF1001556a4255
Octal313362277200255152102125
Binary11001011111100101011111110000010101101110101010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF2BF; }

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

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

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

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

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

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

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

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