Html Css Color HEX #D6F2BA Tea Green

📋 copy color: '#D6F2BA'

red 214 ◦ green 242 ◦ blue 186

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

Shades of Tea Green #D6F2BA

Tints of Tea Green #D6F2BA

RGB

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

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

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

R = 33.33%
G = 37.69%
B = 28.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#D6F2BA (or 0xD6F2BA) is known color: Tea Green. HEX triplet: D6, F2 and BA. RGB value is (214,242,186). Sum of RGB (Red+Green+Blue) = 214+242+186=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2BA is #290D45. Grayscale: #E3E3E3. Windows color (decimal): -2690374 or 12251862. OLE color: 12251862.

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

Color convert

RGB 214 242 186 -
CMYK 0.12 0 0.23 0.05
HSL 90º 0.68% 0.84% -
HSV(B) 90º 0.23% 0.95% -
XYZ 68.35 81.35 58.55 -
YUV 227.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 214 242 186 0.12 0 0.23 0.05 90 0.68 0.84
Hex D6 F2 BA C 0 17 5 5A 44 54
Octal 326 362 272 14 0 27 5 132 104 124
Binary 11010110 11110010 10111010 1100 0 10111 101 1011010 1000100 1010100

Color Harmonies of #D6F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F2BA

Black with #D6F2BA

Text Example


Text Example

White with #D6F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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