Html Css Color HEX #D5FFBA Tea Green

📋 copy color: '#D5FFBA'

red 213 ◦ green 255 ◦ blue 186

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

Shades of Tea Green #D5FFBA

Tints of Tea Green #D5FFBA

RGB

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

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

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

R = 32.57%
G = 38.99%
B = 28.44%

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

#D5FFBA (or 0xD5FFBA) is known color: Tea Green. HEX triplet: D5, FF and BA. RGB value is (213,255,186). Sum of RGB (Red+Green+Blue) = 213+255+186=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFBA is #2A0045. Grayscale: #EAEAEA. Windows color (decimal): -2752582 or 12255189. OLE color: 12255189.

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

Color convert

RGB 213 255 186 -
CMYK 0.16 0 0.27 0
HSL 96.52º 1% 0.86% -
HSV(B) 96.52º 0.27% 1% -
XYZ 72.06 89.21 59.88 -
YUV 234.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 213 255 186 0.16 0 0.27 0 96.52 1 0.86
Hex D5 FF BA 10 0 1B 0 61 64 56
Octal 325 377 272 20 0 33 0 141 144 126
Binary 11010101 11111111 10111010 10000 0 11011 0 1100001 1100100 1010110

Color Harmonies of #D5FFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFBA

Black with #D5FFBA

Text Example


Text Example

White with #D5FFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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