Html Css Color HEX #D0FEBA Tea Green

📋 copy color: '#D0FEBA'

red 208 ◦ green 254 ◦ blue 186

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

Shades of Tea Green #D0FEBA

Tints of Tea Green #D0FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.2%

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

R = 32.1%
G = 39.2%
B = 28.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#D0FEBA (or 0xD0FEBA) is known color: Tea Green. HEX triplet: D0, FE and BA. RGB value is (208,254,186). Sum of RGB (Red+Green+Blue) = 208+254+186=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FEBA is #2F0145. Grayscale: #E8E8E8. Windows color (decimal): -3080518 or 12254928. OLE color: 12254928.

HSL color Cylindrical-coordinate representation of color #D0FEBA: hue angle of 100.59º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0FEBA is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 186 -
CMYK 0.18 0 0.27 0.00
HSL 100.59º 0.97% 0.86% -
HSV(B) 100.59º 0.27% 1% -
XYZ 70.32 87.84 59.7 -
YUV 232.49 101.76 110.53 -
System Red Green Blue C M Y K H S L
Decimal 208 254 186 0.18 0 0.27 0.00 100.59 0.97 0.86
Hex D0 FE BA 12 0 1B 0 65 61 56
Octal 320 376 272 22 0 33 0 145 141 126
Binary 11010000 11111110 10111010 10010 0 11011 0 1100101 1100001 1010110

Color Harmonies of #D0FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FEBA

Black with #D0FEBA

Text Example


Text Example

White with #D0FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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