Html Css Color HEX #61FCD2 Aquamarine

📋 copy color: '#61FCD2'

red 97 ◦ green 252 ◦ blue 210

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

Shades of Aquamarine #61FCD2

Tints of Aquamarine #61FCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.57%

R = 17.35%
G = 45.08%
B = 37.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#61FCD2 (or 0x61FCD2) is known color: Aquamarine. HEX triplet: 61, FC and D2. RGB value is (97,252,210). Sum of RGB (Red+Green+Blue) = 97+252+210=559 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.35% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCD2 is #9E032D. Grayscale: #C8C8C8. Windows color (decimal): -10355502 or 13827169. OLE color: 13827169.

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

Color convert

RGB 97 252 210 -
CMYK 0.62 0 0.17 0.01
HSL 163.74º 0.96% 0.68% -
HSV(B) 163.74º 0.62% 0.99% -
XYZ 51.37 76.82 73.09 -
YUV 200.87 133.15 53.92 -
System Red Green Blue C M Y K H S L
Decimal 97 252 210 0.62 0 0.17 0.01 163.74 0.96 0.68
Hex 61 FC D2 3E 0 11 1 A4 60 44
Octal 141 374 322 76 0 21 1 244 140 104
Binary 1100001 11111100 11010010 111110 0 10001 1 10100100 1100000 1000100

Color Harmonies of #61FCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FCD2

Black with #61FCD2

Text Example


Text Example

White with #61FCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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