Html Css Color HEX #61DFA4 Medium Aquamarine

📋 copy color: '#61DFA4'

red 97 ◦ green 223 ◦ blue 164

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

Shades of Medium Aquamarine #61DFA4

Tints of Medium Aquamarine #61DFA4

RGB

 RED value IS 97 (38.28% from 255) = 20.04%

 GREEN value IS 223 (87.5% from 255) = 46.07%

 BLUE value IS 164 (64.45% from 255) = 33.88%

R = 20.04%
G = 46.07%
B = 33.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#61DFA4 (or 0x61DFA4) is known color: Medium Aquamarine. HEX triplet: 61, DF and A4. RGB value is (97,223,164). Sum of RGB (Red+Green+Blue) = 97+223+164=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 164 (64.45% from 255 or 33.88% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #61DFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DFA4 is #9E205B. Grayscale: #B2B2B2. Windows color (decimal): -10362972 or 10805089. OLE color: 10805089.

HSL color Cylindrical-coordinate representation of color #61DFA4: hue angle of 151.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61DFA4 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 223 164 -
CMYK 0.57 0 0.26 0.13
HSL 151.9º 0.66% 0.63% -
HSV(B) 151.9º 0.57% 0.87% -
XYZ 38.02 58 44.31 -
YUV 178.6 119.76 69.8 -
System Red Green Blue C M Y K H S L
Decimal 97 223 164 0.57 0 0.26 0.13 151.9 0.66 0.63
Hex 61 DF A4 39 0 1A D 98 42 3F
Octal 141 337 244 71 0 32 15 230 102 77
Binary 1100001 11011111 10100100 111001 0 11010 1101 10011000 1000010 111111

Color Harmonies of #61DFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DFA4

Black with #61DFA4

Text Example


Text Example

White with #61DFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61DFA4; }

 p { color: rgb(97,223,164); }

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

background-color css

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

 a { background-color: rgb(97,223,164); }

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

border-color css

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

 span { border-color: rgb(97,223,164); }

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