Html Css Color HEX #D0FAC4 Tea Green

📋 copy color: '#D0FAC4'

red 208 ◦ green 250 ◦ blue 196

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

Shades of Tea Green #D0FAC4

Tints of Tea Green #D0FAC4

RGB

 RED value IS 208 (81.64% from 255) = 31.8%

 GREEN value IS 250 (98.05% from 255) = 38.23%

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

R = 31.8%
G = 38.23%
B = 29.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#D0FAC4 (or 0xD0FAC4) is known color: Tea Green. HEX triplet: D0, FA and C4. RGB value is (208,250,196). Sum of RGB (Red+Green+Blue) = 208+250+196=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAC4 is #2F053B. Grayscale: #E7E7E7. Windows color (decimal): -3081532 or 12909264. OLE color: 12909264.

HSL color Cylindrical-coordinate representation of color #D0FAC4: hue angle of 106.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0FAC4 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 250 196 -
CMYK 0.17 0 0.22 0.02
HSL 106.67º 0.84% 0.87% -
HSV(B) 106.67º 0.22% 0.98% -
XYZ 70.16 85.77 65.08 -
YUV 231.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 208 250 196 0.17 0 0.22 0.02 106.67 0.84 0.87
Hex D0 FA C4 11 0 16 2 6B 54 57
Octal 320 372 304 21 0 26 2 153 124 127
Binary 11010000 11111010 11000100 10001 0 10110 10 1101011 1010100 1010111

Color Harmonies of #D0FAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FAC4

Black with #D0FAC4

Text Example


Text Example

White with #D0FAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FAC4; }

 p { color: rgb(208,250,196); }

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

background-color css

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

 a { background-color: rgb(208,250,196); }

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

border-color css

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

 span { border-color: rgb(208,250,196); }

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