Html Css Color HEX #D6FFC0 Tea Green

📋 copy color: '#D6FFC0'

red 214 ◦ green 255 ◦ blue 192

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

Shades of Tea Green #D6FFC0

Tints of Tea Green #D6FFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 38.58%

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

R = 32.38%
G = 38.58%
B = 29.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#D6FFC0 (or 0xD6FFC0) is known color: Tea Green. HEX triplet: D6, FF and C0. RGB value is (214,255,192). Sum of RGB (Red+Green+Blue) = 214+255+192=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 192 (75.39% from 255 or 29.05% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFC0 is #29003F. Grayscale: #EBEBEB. Windows color (decimal): -2687040 or 12648406. OLE color: 12648406.

HSL color Cylindrical-coordinate representation of color #D6FFC0: hue angle of 99.05º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6FFC0 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 214 255 192 -
CMYK 0.16 0 0.25 0
HSL 99.05º 1% 0.88% -
HSV(B) 99.05º 0.25% 1% -
XYZ 73.01 89.62 63.32 -
YUV 235.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 214 255 192 0.16 0 0.25 0 99.05 1 0.88
Hex D6 FF C0 10 0 19 0 63 64 58
Octal 326 377 300 20 0 31 0 143 144 130
Binary 11010110 11111111 11000000 10000 0 11001 0 1100011 1100100 1011000

Color Harmonies of #D6FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FFC0

Black with #D6FFC0

Text Example


Text Example

White with #D6FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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