Html Css Color HEX #61FCD6 Aquamarine

📋 copy color: '#61FCD6'

red 97 ◦ green 252 ◦ blue 214

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

Shades of Aquamarine #61FCD6

Tints of Aquamarine #61FCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.01%

R = 17.23%
G = 44.76%
B = 38.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#61FCD6 (or 0x61FCD6) is known color: Aquamarine. HEX triplet: 61, FC and D6. RGB value is (97,252,214). Sum of RGB (Red+Green+Blue) = 97+252+214=563 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.23% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCD6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCD6 is #9E0329. Grayscale: #C9C9C9. Windows color (decimal): -10355498 or 14089313. OLE color: 14089313.

HSL color Cylindrical-coordinate representation of color #61FCD6: hue angle of 165.29º 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 #61FCD6 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 252 214 -
CMYK 0.62 0 0.15 0.01
HSL 165.29º 0.96% 0.68% -
HSV(B) 165.29º 0.62% 0.99% -
XYZ 51.88 77.02 75.75 -
YUV 201.32 135.15 53.59 -
System Red Green Blue C M Y K H S L
Decimal 97 252 214 0.62 0 0.15 0.01 165.29 0.96 0.68
Hex 61 FC D6 3E 0 F 1 A5 60 44
Octal 141 374 326 76 0 17 1 245 140 104
Binary 1100001 11111100 11010110 111110 0 1111 1 10100101 1100000 1000100

Color Harmonies of #61FCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FCD6

Black with #61FCD6

Text Example


Text Example

White with #61FCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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