#CBF7B1

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

Shades of Tea Green #CBF7B1

Tints of Tea Green #CBF7B1

Color information

#CBF7B1 (or 0xCBF7B1) is unknown color: approx Tea Green. HEX triplet: CB, F7 and B1. RGB value is (203,247,177). Sum of RGB (Red+Green+Blue) = 203+247+177=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF7B1 is #34084E. Grayscale: #E2E2E2. Windows color (decimal): -3409999 or 11663307. OLE color: 11663307.

HSL color Cylindrical-coordinate representation of color #CBF7B1: hue angle of 97.71º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBF7B1 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB203247177-
CMYK0.1800.280.03
HSL97.71º81.4%83.14%-
HSV(B)97.71º28.34%96.86%-
XYZ65.8382.3954.03-
YUV225.86100.42111.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 247 (96.88% from 255) = 39.39%
BLUE value IS 177 (69.53% from 255) = 28.23%
R=32.38%
G=39.39%
B=28.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032471770.1800.280.0397.7181.483.14
HexCBF7B11201C3625153
Octal313367261220343142121123
Binary1100101111110111101100011001001110011110001010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF7B1; }

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

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

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

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

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

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

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

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