#CBEFB1

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

Shades of Tea Green #CBEFB1

Tints of Tea Green #CBEFB1

Color information

#CBEFB1 (or 0xCBEFB1) is unknown color: approx Tea Green. HEX triplet: CB, EF and B1. RGB value is (203,239,177). Sum of RGB (Red+Green+Blue) = 203+239+177=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEFB1 is #34104E. Grayscale: #DDDDDD. Windows color (decimal): -3412047 or 11661259. OLE color: 11661259.

HSL color Cylindrical-coordinate representation of color #CBEFB1: hue angle of 94.84º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBEFB1 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB203239177-
CMYK0.1500.260.06
HSL94.84º65.96%81.57%-
HSV(B)94.84º25.94%93.73%-
XYZ63.4377.653.23-
YUV221.17103.07115.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 177 (69.53% from 255) = 28.59%
R=32.79%
G=38.61%
B=28.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391770.1500.260.0694.8465.9681.57
HexCBEFB1F01A65f4252
Octal313357261170326137102122
Binary1100101111101111101100011111011010110101111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFB1; }

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

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

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

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

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

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

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

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