Html Css Color HEX #D6FCC0 Tea Green

📋 copy color: '#D6FCC0'

red 214 ◦ green 252 ◦ blue 192

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

Shades of Tea Green #D6FCC0

Tints of Tea Green #D6FCC0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.3%

 BLUE value IS 192 (75.39% from 255) = 29.18%

R = 32.52%
G = 38.3%
B = 29.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#D6FCC0 (or 0xD6FCC0) is known color: Tea Green. HEX triplet: D6, FC and C0. RGB value is (214,252,192). Sum of RGB (Red+Green+Blue) = 214+252+192=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 192 (75.39% from 255 or 29.18% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FCC0 is #29033F. Grayscale: #EAEAEA. Windows color (decimal): -2687808 or 12647638. OLE color: 12647638.

HSL color Cylindrical-coordinate representation of color #D6FCC0: hue angle of 98º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6FCC0 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 252 192 -
CMYK 0.15 0 0.24 0.01
HSL 98º 0.91% 0.87% -
HSV(B) 98º 0.24% 0.99% -
XYZ 72.06 87.72 63 -
YUV 233.8 104.41 113.88 -
System Red Green Blue C M Y K H S L
Decimal 214 252 192 0.15 0 0.24 0.01 98 0.91 0.87
Hex D6 FC C0 F 0 18 1 62 5B 57
Octal 326 374 300 17 0 30 1 142 133 127
Binary 11010110 11111100 11000000 1111 0 11000 1 1100010 1011011 1010111

Color Harmonies of #D6FCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FCC0

Black with #D6FCC0

Text Example


Text Example

White with #D6FCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FCC0; }

 p { color: rgb(214,252,192); }

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

background-color css

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

 a { background-color: rgb(214,252,192); }

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

border-color css

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

 span { border-color: rgb(214,252,192); }

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