Html Css Color HEX #D5FAC5 Tea Green

📋 copy color: '#D5FAC5'

red 213 ◦ green 250 ◦ blue 197

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

Shades of Tea Green #D5FAC5

Tints of Tea Green #D5FAC5

RGB

 RED value IS 213 (83.59% from 255) = 32.27%

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

 BLUE value IS 197 (77.34% from 255) = 29.85%

R = 32.27%
G = 37.88%
B = 29.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#D5FAC5 (or 0xD5FAC5) is known color: Tea Green. HEX triplet: D5, FA and C5. RGB value is (213,250,197). Sum of RGB (Red+Green+Blue) = 213+250+197=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 197 (77.34% from 255 or 29.85% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FAC5 is #2A053A. Grayscale: #E9E9E9. Windows color (decimal): -2753851 or 12974805. OLE color: 12974805.

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

Color convert

RGB 213 250 197 -
CMYK 0.15 0 0.21 0.02
HSL 101.89º 0.84% 0.88% -
HSV(B) 101.89º 0.21% 0.98% -
XYZ 71.7 86.55 65.75 -
YUV 232.9 107.74 113.81 -
System Red Green Blue C M Y K H S L
Decimal 213 250 197 0.15 0 0.21 0.02 101.89 0.84 0.88
Hex D5 FA C5 F 0 15 2 66 54 58
Octal 325 372 305 17 0 25 2 146 124 130
Binary 11010101 11111010 11000101 1111 0 10101 10 1100110 1010100 1011000

Color Harmonies of #D5FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FAC5

Black with #D5FAC5

Text Example


Text Example

White with #D5FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FAC5; }

 p { color: rgb(213,250,197); }

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

background-color css

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

 a { background-color: rgb(213,250,197); }

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

border-color css

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

 span { border-color: rgb(213,250,197); }

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