#CBEEBD

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

Shades of Tea Green #CBEEBD

Tints of Tea Green #CBEEBD

Color information

#CBEEBD (or 0xCBEEBD) is unknown color: approx Tea Green. HEX triplet: CB, EE and BD. RGB value is (203,238,189). Sum of RGB (Red+Green+Blue) = 203+238+189=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEBD is #341142. Grayscale: #DEDEDE. Windows color (decimal): -3412291 or 12447435. OLE color: 12447435.

HSL color Cylindrical-coordinate representation of color #CBEEBD: hue angle of 102.86º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBEEBD is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB203238189-
CMYK0.1500.210.07
HSL102.86º59.04%83.73%-
HSV(B)102.86º20.59%93.33%-
XYZ64.3977.5259.71-
YUV221.95109.4114.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 189 (74.22% from 255) = 30%
R=32.22%
G=37.78%
B=30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381890.1500.210.07102.8659.0483.73
HexCBEEBDF0157673b54
Octal31335627517025714773124
Binary110010111110111010111101111101010111111001111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEEBD; }

 p { color: rgb(203,238,189); }

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

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

 a { background-color: rgb(203,238,189); }

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

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

 span { border-color: rgb(203,238,189); }

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