#CBF5BF

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

Shades of Tea Green #CBF5BF

Tints of Tea Green #CBF5BF

Color information

#CBF5BF (or 0xCBF5BF) is unknown color: approx Tea Green. HEX triplet: CB, F5 and BF. RGB value is (203,245,191). Sum of RGB (Red+Green+Blue) = 203+245+191=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF5BF is #340A40. Grayscale: #E2E2E2. Windows color (decimal): -3410497 or 12580299. OLE color: 12580299.

HSL color Cylindrical-coordinate representation of color #CBF5BF: hue angle of 106.67º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBF5BF is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB203245191-
CMYK0.1700.220.04
HSL106.67º72.97%85.49%-
HSV(B)106.67º22.04%96.08%-
XYZ66.6881.7661.56-
YUV226.29108.09111.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 245 (96.09% from 255) = 38.34%
BLUE value IS 191 (75% from 255) = 29.89%
R=31.77%
G=38.34%
B=29.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032451910.1700.220.04106.6772.9785.49
HexCBF5BF1101646b4955
Octal313365277210264153111125
Binary11001011111101011011111110001010110100110101110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5BF; }

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

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

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

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

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

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

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

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