Html Css Color HEX #D6FFBA Tea Green

📋 copy color: '#D6FFBA'

red 214 ◦ green 255 ◦ blue 186

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

Shades of Tea Green #D6FFBA

Tints of Tea Green #D6FFBA

RGB

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

 GREEN value IS 255 (100% from 255) = 38.93%

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

R = 32.67%
G = 38.93%
B = 28.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#D6FFBA (or 0xD6FFBA) is known color: Tea Green. HEX triplet: D6, FF and BA. RGB value is (214,255,186). Sum of RGB (Red+Green+Blue) = 214+255+186=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFBA is #290045. Grayscale: #EBEBEB. Windows color (decimal): -2687046 or 12255190. OLE color: 12255190.

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

Color convert

RGB 214 255 186 -
CMYK 0.16 0 0.27 0
HSL 95.65º 1% 0.86% -
HSV(B) 95.65º 0.27% 1% -
XYZ 72.35 89.36 59.89 -
YUV 234.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 214 255 186 0.16 0 0.27 0 95.65 1 0.86
Hex D6 FF BA 10 0 1B 0 60 64 56
Octal 326 377 272 20 0 33 0 140 144 126
Binary 11010110 11111111 10111010 10000 0 11011 0 1100000 1100100 1010110

Color Harmonies of #D6FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FFBA

Black with #D6FFBA

Text Example


Text Example

White with #D6FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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