Html Css Color HEX #61FCCE Aquamarine

📋 copy color: '#61FCCE'

red 97 ◦ green 252 ◦ blue 206

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

Shades of Aquamarine #61FCCE

Tints of Aquamarine #61FCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 17.48%
G = 45.41%
B = 37.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#61FCCE (or 0x61FCCE) is known color: Aquamarine. HEX triplet: 61, FC and CE. RGB value is (97,252,206). Sum of RGB (Red+Green+Blue) = 97+252+206=555 (73% of max value = 765). Red value is 97 (38.28% from 255 or 17.48% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 252 - color contains mainly: green. Hex color #61FCCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FCCE is #9E0331. Grayscale: #C8C8C8. Windows color (decimal): -10355506 or 13565025. OLE color: 13565025.

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

Color convert

RGB 97 252 206 -
CMYK 0.62 0 0.18 0.01
HSL 162.19º 0.96% 0.68% -
HSV(B) 162.19º 0.62% 0.99% -
XYZ 50.88 76.62 70.5 -
YUV 200.41 131.15 54.24 -
System Red Green Blue C M Y K H S L
Decimal 97 252 206 0.62 0 0.18 0.01 162.19 0.96 0.68
Hex 61 FC CE 3E 0 12 1 A2 60 44
Octal 141 374 316 76 0 22 1 242 140 104
Binary 1100001 11111100 11001110 111110 0 10010 1 10100010 1100000 1000100

Color Harmonies of #61FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FCCE

Black with #61FCCE

Text Example


Text Example

White with #61FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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