Html Css Color HEX #D5EFBA Tea Green

📋 copy color: '#D5EFBA'

red 213 ◦ green 239 ◦ blue 186

#D5EFBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D5EFBA

Tints of Tea Green #D5EFBA

RGB

 RED value IS 213 (83.59% from 255) = 33.39%

 GREEN value IS 239 (93.75% from 255) = 37.46%

 BLUE value IS 186 (73.05% from 255) = 29.15%

R = 33.39%
G = 37.46%
B = 29.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#D5EFBA (or 0xD5EFBA) is known color: Tea Green. HEX triplet: D5, EF and BA. RGB value is (213,239,186). Sum of RGB (Red+Green+Blue) = 213+239+186=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBA is #2A1045. Grayscale: #E1E1E1. Windows color (decimal): -2756678 or 12251093. OLE color: 12251093.

HSL color Cylindrical-coordinate representation of color #D5EFBA: hue angle of 89.43º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5EFBA is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 186 -
CMYK 0.11 0 0.22 0.06
HSL 89.43º 0.62% 0.83% -
HSV(B) 89.43º 0.22% 0.94% -
XYZ 67.17 79.42 58.24 -
YUV 225.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 213 239 186 0.11 0 0.22 0.06 89.43 0.62 0.83
Hex D5 EF BA B 0 16 6 59 3E 53
Octal 325 357 272 13 0 26 6 131 76 123
Binary 11010101 11101111 10111010 1011 0 10110 110 1011001 111110 1010011

Color Harmonies of #D5EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFBA

Black with #D5EFBA

Text Example


Text Example

White with #D5EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFBA; }

 p { color: rgb(213,239,186); }

 H1.HeaderClassName
 {
   color: #D5EFBA;
 }
 .AnyTagClassName
 {
   color: #D5EFBA;
 }
</style>

background-color css

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

 a { background-color: rgb(213,239,186); }

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

border-color css

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

 span { border-color: rgb(213,239,186); }

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