Html Css Color HEX #61F4DD Aquamarine

📋 copy color: '#61F4DD'

red 97 ◦ green 244 ◦ blue 221

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

Shades of Aquamarine #61F4DD

Tints of Aquamarine #61F4DD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.42%

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 17.26%
G = 43.42%
B = 39.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#61F4DD (or 0x61F4DD) is known color: Aquamarine. HEX triplet: 61, F4 and DD. RGB value is (97,244,221). Sum of RGB (Red+Green+Blue) = 97+244+221=562 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.26% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #61F4DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F4DD is #9E0B22. Grayscale: #C5C5C5. Windows color (decimal): -10357539 or 14546017. OLE color: 14546017.

HSL color Cylindrical-coordinate representation of color #61F4DD: hue angle of 170.61º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F4DD is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 244 221 -
CMYK 0.60 0 0.09 0.04
HSL 170.61º 0.87% 0.67% -
HSV(B) 170.61º 0.6% 0.96% -
XYZ 50.33 72.46 79.74 -
YUV 197.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 97 244 221 0.60 0 0.09 0.04 170.61 0.87 0.67
Hex 61 F4 DD 3C 0 9 4 AB 57 43
Octal 141 364 335 74 0 11 4 253 127 103
Binary 1100001 11110100 11011101 111100 0 1001 100 10101011 1010111 1000011

Color Harmonies of #61F4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F4DD

Black with #61F4DD

Text Example


Text Example

White with #61F4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,244,221); }

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

background-color css

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

 a { background-color: rgb(97,244,221); }

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

border-color css

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

 span { border-color: rgb(97,244,221); }

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