#CBEFBD

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

Shades of Tea Green #CBEFBD

Tints of Tea Green #CBEFBD

Color information

#CBEFBD (or 0xCBEFBD) is unknown color: approx Tea Green. HEX triplet: CB, EF and BD. RGB value is (203,239,189). Sum of RGB (Red+Green+Blue) = 203+239+189=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFBD is #341042. Grayscale: #DEDEDE. Windows color (decimal): -3412035 or 12447691. OLE color: 12447691.

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

Color convert

RGB203239189-
CMYK0.1500.210.06
HSL103.2º60.98%83.92%-
HSV(B)103.2º20.92%93.73%-
XYZ64.6878.159.81-
YUV222.54109.07114.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=32.17%
G=37.88%
B=29.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032391890.1500.210.06103.260.9883.92
HexCBEFBDF0156673d54
Octal31335727517025614775124
Binary110010111110111110111101111101010111011001111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEFBD; }

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

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

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

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

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

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

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

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