Html Css Color HEX #61FCD3 Aquamarine

📋 copy color: '#61FCD3'

red 97 ◦ green 252 ◦ blue 211

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

Shades of Aquamarine #61FCD3

Tints of Aquamarine #61FCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 17.32%
G = 45%
B = 37.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#61FCD3 (or 0x61FCD3) is known color: Aquamarine. HEX triplet: 61, FC and D3. RGB value is (97,252,211). Sum of RGB (Red+Green+Blue) = 97+252+211=560 (74% of max value = 765). Red value is 97 (38.28% from 255 or 17.32% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCD3 is #9E032C. Grayscale: #C8C8C8. Windows color (decimal): -10355501 or 13892705. OLE color: 13892705.

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

Color convert

RGB 97 252 211 -
CMYK 0.62 0 0.16 0.01
HSL 164.13º 0.96% 0.68% -
HSV(B) 164.13º 0.62% 0.99% -
XYZ 51.5 76.87 73.75 -
YUV 200.98 133.65 53.83 -
System Red Green Blue C M Y K H S L
Decimal 97 252 211 0.62 0 0.16 0.01 164.13 0.96 0.68
Hex 61 FC D3 3E 0 10 1 A4 60 44
Octal 141 374 323 76 0 20 1 244 140 104
Binary 1100001 11111100 11010011 111110 0 10000 1 10100100 1100000 1000100

Color Harmonies of #61FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FCD3

Black with #61FCD3

Text Example


Text Example

White with #61FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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