#CBEBBB

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

Shades of Tea Green #CBEBBB

Tints of Tea Green #CBEBBB

Color information

#CBEBBB (or 0xCBEBBB) is unknown color: approx Tea Green. HEX triplet: CB, EB and BB. RGB value is (203,235,187). Sum of RGB (Red+Green+Blue) = 203+235+187=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBBB is #341444. Grayscale: #DCDCDC. Windows color (decimal): -3413061 or 12315595. OLE color: 12315595.

HSL color Cylindrical-coordinate representation of color #CBEBBB: hue angle of 100º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBEBBB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB203235187-
CMYK0.1400.200.08
HSL100º54.55%82.75%-
HSV(B)100º20.43%92.16%-
XYZ63.3175.758.29-
YUV219.96109.4115.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=32.48%
G=37.6%
B=29.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032351870.1400.200.0810054.5582.75
HexCBEBBBE0148643753
Octal313353273160241014467123
Binary1100101111101011101110111110010100100011001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEBBB; }

 p { color: rgb(203,235,187); }

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

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

 a { background-color: rgb(203,235,187); }

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

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

 span { border-color: rgb(203,235,187); }

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