Html Css Color HEX #D6F2B9 Tea Green

📋 copy color: '#D6F2B9'

red 214 ◦ green 242 ◦ blue 185

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

Shades of Tea Green #D6F2B9

Tints of Tea Green #D6F2B9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.75%

 BLUE value IS 185 (72.66% from 255) = 28.86%

R = 33.39%
G = 37.75%
B = 28.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#D6F2B9 (or 0xD6F2B9) is known color: Tea Green. HEX triplet: D6, F2 and B9. RGB value is (214,242,185). Sum of RGB (Red+Green+Blue) = 214+242+185=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2B9 is #290D46. Grayscale: #E3E3E3. Windows color (decimal): -2690375 or 12186326. OLE color: 12186326.

HSL color Cylindrical-coordinate representation of color #D6F2B9: hue angle of 89.47º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6F2B9 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 242 185 -
CMYK 0.12 0 0.24 0.05
HSL 89.47º 0.69% 0.84% -
HSV(B) 89.47º 0.24% 0.95% -
XYZ 68.24 81.3 58 -
YUV 227.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 214 242 185 0.12 0 0.24 0.05 89.47 0.69 0.84
Hex D6 F2 B9 C 0 18 5 59 45 54
Octal 326 362 271 14 0 30 5 131 105 124
Binary 11010110 11110010 10111001 1100 0 11000 101 1011001 1000101 1010100

Color Harmonies of #D6F2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2B9

Black with #D6F2B9

Text Example


Text Example

White with #D6F2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2B9; }

 p { color: rgb(214,242,185); }

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

background-color css

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

 a { background-color: rgb(214,242,185); }

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

border-color css

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

 span { border-color: rgb(214,242,185); }

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