Html Css Color HEX #D2FAC1 Tea Green

📋 copy color: '#D2FAC1'

red 210 ◦ green 250 ◦ blue 193

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

Shades of Tea Green #D2FAC1

Tints of Tea Green #D2FAC1

RGB

 RED value IS 210 (82.42% from 255) = 32.16%

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

 BLUE value IS 193 (75.78% from 255) = 29.56%

R = 32.16%
G = 38.28%
B = 29.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#D2FAC1 (or 0xD2FAC1) is known color: Tea Green. HEX triplet: D2, FA and C1. RGB value is (210,250,193). Sum of RGB (Red+Green+Blue) = 210+250+193=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 193 (75.78% from 255 or 29.56% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAC1 is #2D053E. Grayscale: #E7E7E7. Windows color (decimal): -2950463 or 12712658. OLE color: 12712658.

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

Color convert

RGB 210 250 193 -
CMYK 0.16 0 0.23 0.02
HSL 102.11º 0.85% 0.87% -
HSV(B) 102.11º 0.23% 0.98% -
XYZ 70.39 85.92 63.33 -
YUV 231.54 106.25 112.63 -
System Red Green Blue C M Y K H S L
Decimal 210 250 193 0.16 0 0.23 0.02 102.11 0.85 0.87
Hex D2 FA C1 10 0 17 2 66 55 57
Octal 322 372 301 20 0 27 2 146 125 127
Binary 11010010 11111010 11000001 10000 0 10111 10 1100110 1010101 1010111

Color Harmonies of #D2FAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FAC1

Black with #D2FAC1

Text Example


Text Example

White with #D2FAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FAC1; }

 p { color: rgb(210,250,193); }

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

background-color css

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

 a { background-color: rgb(210,250,193); }

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

border-color css

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

 span { border-color: rgb(210,250,193); }

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