Html Css Color HEX #D6F0C4 Tea Green

📋 copy color: '#D6F0C4'

red 214 ◦ green 240 ◦ blue 196

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

Shades of Tea Green #D6F0C4

Tints of Tea Green #D6F0C4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.92%

 BLUE value IS 196 (76.95% from 255) = 30.15%

R = 32.92%
G = 36.92%
B = 30.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#D6F0C4 (or 0xD6F0C4) is known color: Tea Green. HEX triplet: D6, F0 and C4. RGB value is (214,240,196). Sum of RGB (Red+Green+Blue) = 214+240+196=650 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.92% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0C4 is #290F3B. Grayscale: #E3E3E3. Windows color (decimal): -2690876 or 12906710. OLE color: 12906710.

HSL color Cylindrical-coordinate representation of color #D6F0C4: hue angle of 95.45º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6F0C4 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 240 196 -
CMYK 0.11 0 0.18 0.06
HSL 95.45º 0.59% 0.85% -
HSV(B) 95.45º 0.18% 0.94% -
XYZ 68.86 80.6 64.15 -
YUV 227.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 214 240 196 0.11 0 0.18 0.06 95.45 0.59 0.85
Hex D6 F0 C4 B 0 12 6 5F 3B 55
Octal 326 360 304 13 0 22 6 137 73 125
Binary 11010110 11110000 11000100 1011 0 10010 110 1011111 111011 1010101

Color Harmonies of #D6F0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F0C4

Black with #D6F0C4

Text Example


Text Example

White with #D6F0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F0C4; }

 p { color: rgb(214,240,196); }

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

background-color css

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

 a { background-color: rgb(214,240,196); }

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

border-color css

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

 span { border-color: rgb(214,240,196); }

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