Html Css Color HEX #61FCDA Aquamarine

📋 copy color: '#61FCDA'

red 97 ◦ green 252 ◦ blue 218

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

Shades of Aquamarine #61FCDA

Tints of Aquamarine #61FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 17.11%
G = 44.44%
B = 38.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#61FCDA (or 0x61FCDA) is known color: Aquamarine. HEX triplet: 61, FC and DA. RGB value is (97,252,218). Sum of RGB (Red+Green+Blue) = 97+252+218=567 (75% of max value = 765). Red value is 97 (38.28% from 255 or 17.11% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCDA is #9E0325. Grayscale: #C9C9C9. Windows color (decimal): -10355494 or 14351457. OLE color: 14351457.

HSL color Cylindrical-coordinate representation of color #61FCDA: hue angle of 166.84º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FCDA is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 252 218 -
CMYK 0.62 0 0.13 0.01
HSL 166.84º 0.96% 0.68% -
HSV(B) 166.84º 0.62% 0.99% -
XYZ 52.4 77.22 78.47 -
YUV 201.78 137.15 53.26 -
System Red Green Blue C M Y K H S L
Decimal 97 252 218 0.62 0 0.13 0.01 166.84 0.96 0.68
Hex 61 FC DA 3E 0 D 1 A7 60 44
Octal 141 374 332 76 0 15 1 247 140 104
Binary 1100001 11111100 11011010 111110 0 1101 1 10100111 1100000 1000100

Color Harmonies of #61FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FCDA

Black with #61FCDA

Text Example


Text Example

White with #61FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,252,218); }

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

background-color css

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

 a { background-color: rgb(97,252,218); }

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

border-color css

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

 span { border-color: rgb(97,252,218); }

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