Html Css Color HEX #D6FEBA Tea Green

📋 copy color: '#D6FEBA'

red 214 ◦ green 254 ◦ blue 186

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

Shades of Tea Green #D6FEBA

Tints of Tea Green #D6FEBA

RGB

 RED value IS 214 (83.98% from 255) = 32.72%

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

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

R = 32.72%
G = 38.84%
B = 28.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#D6FEBA (or 0xD6FEBA) is known color: Tea Green. HEX triplet: D6, FE and BA. RGB value is (214,254,186). Sum of RGB (Red+Green+Blue) = 214+254+186=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FEBA is #290145. Grayscale: #EAEAEA. Windows color (decimal): -2687302 or 12254934. OLE color: 12254934.

HSL color Cylindrical-coordinate representation of color #D6FEBA: hue angle of 95.29º 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 #D6FEBA is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 214 254 186 -
CMYK 0.16 0 0.27 0.00
HSL 95.29º 0.97% 0.86% -
HSV(B) 95.29º 0.27% 1% -
XYZ 72.04 88.72 59.78 -
YUV 234.29 100.75 113.53 -
System Red Green Blue C M Y K H S L
Decimal 214 254 186 0.16 0 0.27 0.00 95.29 0.97 0.86
Hex D6 FE BA 10 0 1B 0 5F 61 56
Octal 326 376 272 20 0 33 0 137 141 126
Binary 11010110 11111110 10111010 10000 0 11011 0 1011111 1100001 1010110

Color Harmonies of #D6FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FEBA

Black with #D6FEBA

Text Example


Text Example

White with #D6FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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