Html Css Color HEX #D6F3BA Tea Green

📋 copy color: '#D6F3BA'

red 214 ◦ green 243 ◦ blue 186

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

Shades of Tea Green #D6F3BA

Tints of Tea Green #D6F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.79%

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

R = 33.28%
G = 37.79%
B = 28.93%

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

#D6F3BA (or 0xD6F3BA) is known color: Tea Green. HEX triplet: D6, F3 and BA. RGB value is (214,243,186). Sum of RGB (Red+Green+Blue) = 214+243+186=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3BA is #290C45. Grayscale: #E4E4E4. Windows color (decimal): -2690118 or 12252118. OLE color: 12252118.

HSL color Cylindrical-coordinate representation of color #D6F3BA: hue angle of 90.53º degrees, saturation: 0.7, 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 #D6F3BA is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 243 186 -
CMYK 0.12 0 0.23 0.05
HSL 90.53º 0.7% 0.84% -
HSV(B) 90.53º 0.23% 0.95% -
XYZ 68.65 81.94 58.65 -
YUV 227.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 214 243 186 0.12 0 0.23 0.05 90.53 0.7 0.84
Hex D6 F3 BA C 0 17 5 5B 46 54
Octal 326 363 272 14 0 27 5 133 106 124
Binary 11010110 11110011 10111010 1100 0 10111 101 1011011 1000110 1010100

Color Harmonies of #D6F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F3BA

Black with #D6F3BA

Text Example


Text Example

White with #D6F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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