Html Css Color HEX #D6FABC Tea Green

📋 copy color: '#D6FABC'

red 214 ◦ green 250 ◦ blue 188

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

Shades of Tea Green #D6FABC

Tints of Tea Green #D6FABC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.34%

 BLUE value IS 188 (73.83% from 255) = 28.83%

R = 32.82%
G = 38.34%
B = 28.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#D6FABC (or 0xD6FABC) is known color: Tea Green. HEX triplet: D6, FA and BC. RGB value is (214,250,188). Sum of RGB (Red+Green+Blue) = 214+250+188=652 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.82% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FABC is #290543. Grayscale: #E8E8E8. Windows color (decimal): -2688324 or 12384982. OLE color: 12384982.

HSL color Cylindrical-coordinate representation of color #D6FABC: hue angle of 94.84º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6FABC is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 250 188 -
CMYK 0.14 0 0.25 0.02
HSL 94.84º 0.86% 0.86% -
HSV(B) 94.84º 0.25% 0.98% -
XYZ 70.99 86.3 60.49 -
YUV 232.17 103.07 115.04 -
System Red Green Blue C M Y K H S L
Decimal 214 250 188 0.14 0 0.25 0.02 94.84 0.86 0.86
Hex D6 FA BC E 0 19 2 5F 56 56
Octal 326 372 274 16 0 31 2 137 126 126
Binary 11010110 11111010 10111100 1110 0 11001 10 1011111 1010110 1010110

Color Harmonies of #D6FABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FABC

Black with #D6FABC

Text Example


Text Example

White with #D6FABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FABC; }

 p { color: rgb(214,250,188); }

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

background-color css

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

 a { background-color: rgb(214,250,188); }

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

border-color css

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

 span { border-color: rgb(214,250,188); }

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