#D5EBC1

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

Shades of Tea Green #D5EBC1

Tints of Tea Green #D5EBC1

Color information

#D5EBC1 (or 0xD5EBC1) is unknown color: approx Tea Green. HEX triplet: D5, EB and C1. RGB value is (213,235,193). Sum of RGB (Red+Green+Blue) = 213+235+193=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 193 (75.78% from 255 or 30.11% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBC1 is #2A143E. Grayscale: #DFDFDF. Windows color (decimal): -2757695 or 12708821. OLE color: 12708821.

HSL color Cylindrical-coordinate representation of color #D5EBC1: hue angle of 91.43º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5EBC1 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB213235193-
CMYK0.0900.180.08
HSL91.43º51.22%83.92%-
HSV(B)91.43º17.87%92.16%-
XYZ66.7777.4161.87-
YUV223.63110.71120.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 235 (92.19% from 255) = 36.66%
BLUE value IS 193 (75.78% from 255) = 30.11%
R=33.23%
G=36.66%
B=30.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132351930.0900.180.0891.4351.2283.92
HexD5EBC1901285b3354
Octal325353301110221013363124
Binary1101010111101011110000011001010010100010110111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBC1; }

 p { color: rgb(213,235,193); }

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

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

 a { background-color: rgb(213,235,193); }

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

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

 span { border-color: rgb(213,235,193); }

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