Html Css Color HEX #D0EFBA Tea Green

📋 copy color: '#D0EFBA'

red 208 ◦ green 239 ◦ blue 186

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

Shades of Tea Green #D0EFBA

Tints of Tea Green #D0EFBA

RGB

 RED value IS 208 (81.64% from 255) = 32.86%

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

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

R = 32.86%
G = 37.76%
B = 29.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#D0EFBA (or 0xD0EFBA) is known color: Tea Green. HEX triplet: D0, EF and BA. RGB value is (208,239,186). Sum of RGB (Red+Green+Blue) = 208+239+186=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFBA is #2F1045. Grayscale: #DFDFDF. Windows color (decimal): -3084358 or 12251088. OLE color: 12251088.

HSL color Cylindrical-coordinate representation of color #D0EFBA: hue angle of 95.09º 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 #D0EFBA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 186 -
CMYK 0.13 0 0.22 0.06
HSL 95.09º 0.62% 0.83% -
HSV(B) 95.09º 0.22% 0.94% -
XYZ 65.74 78.69 58.18 -
YUV 223.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 208 239 186 0.13 0 0.22 0.06 95.09 0.62 0.83
Hex D0 EF BA D 0 16 6 5F 3E 53
Octal 320 357 272 15 0 26 6 137 76 123
Binary 11010000 11101111 10111010 1101 0 10110 110 1011111 111110 1010011

Color Harmonies of #D0EFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFBA

Black with #D0EFBA

Text Example


Text Example

White with #D0EFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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