Html Css Color HEX #61FEDF Aquamarine

📋 copy color: '#61FEDF'

red 97 ◦ green 254 ◦ blue 223

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

Shades of Aquamarine #61FEDF

Tints of Aquamarine #61FEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.25%

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

R = 16.9%
G = 44.25%
B = 38.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#61FEDF (or 0x61FEDF) is known color: Aquamarine. HEX triplet: 61, FE and DF. RGB value is (97,254,223). Sum of RGB (Red+Green+Blue) = 97+254+223=574 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.90% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FEDF is #9E0120. Grayscale: #CBCBCB. Windows color (decimal): -10354977 or 14679649. OLE color: 14679649.

HSL color Cylindrical-coordinate representation of color #61FEDF: hue angle of 168.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FEDF is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 97 254 223 -
CMYK 0.62 0 0.12 0.00
HSL 168.15º 0.99% 0.69% -
HSV(B) 168.15º 0.62% 1% -
XYZ 53.69 78.75 82.18 -
YUV 203.52 138.99 52.02 -
System Red Green Blue C M Y K H S L
Decimal 97 254 223 0.62 0 0.12 0.00 168.15 0.99 0.69
Hex 61 FE DF 3E 0 C 0 A8 63 45
Octal 141 376 337 76 0 14 0 250 143 105
Binary 1100001 11111110 11011111 111110 0 1100 0 10101000 1100011 1000101

Color Harmonies of #61FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FEDF

Black with #61FEDF

Text Example


Text Example

White with #61FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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