#CBF5B1

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

Shades of Tea Green #CBF5B1

Tints of Tea Green #CBF5B1

Color information

#CBF5B1 (or 0xCBF5B1) is unknown color: approx Tea Green. HEX triplet: CB, F5 and B1. RGB value is (203,245,177). Sum of RGB (Red+Green+Blue) = 203+245+177=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 177 (69.53% from 255 or 28.32% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF5B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF5B1 is #340A4E. Grayscale: #E0E0E0. Windows color (decimal): -3410511 or 11662795. OLE color: 11662795.

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

Color convert

RGB203245177-
CMYK0.1700.280.04
HSL97.06º77.27%82.75%-
HSV(B)97.06º27.76%96.08%-
XYZ65.2281.1853.83-
YUV224.69101.09112.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 245 (96.09% from 255) = 39.2%
BLUE value IS 177 (69.53% from 255) = 28.32%
R=32.48%
G=39.2%
B=28.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032451770.1700.280.0497.0677.2782.75
HexCBF5B11101C4614d53
Octal313365261210344141115123
Binary11001011111101011011000110001011100100110000110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF5B1; }

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

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

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

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

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

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

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

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