Html Css Color HEX #61F9DF Aquamarine

📋 copy color: '#61F9DF'

red 97 ◦ green 249 ◦ blue 223

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

Shades of Aquamarine #61F9DF

Tints of Aquamarine #61F9DF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.76%

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 17.05%
G = 43.76%
B = 39.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#61F9DF (or 0x61F9DF) is known color: Aquamarine. HEX triplet: 61, F9 and DF. RGB value is (97,249,223). Sum of RGB (Red+Green+Blue) = 97+249+223=569 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.05% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #61F9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F9DF is #9E0620. Grayscale: #C8C8C8. Windows color (decimal): -10356257 or 14678369. OLE color: 14678369.

HSL color Cylindrical-coordinate representation of color #61F9DF: hue angle of 169.74º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F9DF is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 249 223 -
CMYK 0.61 0 0.10 0.02
HSL 169.74º 0.93% 0.68% -
HSV(B) 169.74º 0.61% 0.98% -
XYZ 52.12 75.62 81.66 -
YUV 200.59 140.64 54.11 -
System Red Green Blue C M Y K H S L
Decimal 97 249 223 0.61 0 0.10 0.02 169.74 0.93 0.68
Hex 61 F9 DF 3D 0 A 2 AA 5D 44
Octal 141 371 337 75 0 12 2 252 135 104
Binary 1100001 11111001 11011111 111101 0 1010 10 10101010 1011101 1000100

Color Harmonies of #61F9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F9DF

Black with #61F9DF

Text Example


Text Example

White with #61F9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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