Html Css Color HEX #61F0CE Aquamarine

📋 copy color: '#61F0CE'

red 97 ◦ green 240 ◦ blue 206

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

Shades of Aquamarine #61F0CE

Tints of Aquamarine #61F0CE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.2%

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

R = 17.86%
G = 44.2%
B = 37.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#61F0CE (or 0x61F0CE) is known color: Aquamarine. HEX triplet: 61, F0 and CE. RGB value is (97,240,206). Sum of RGB (Red+Green+Blue) = 97+240+206=543 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.86% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #61F0CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61F0CE is #9E0F31. Grayscale: #C1C1C1. Windows color (decimal): -10358578 or 13561953. OLE color: 13561953.

HSL color Cylindrical-coordinate representation of color #61F0CE: hue angle of 165.73º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F0CE is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 240 206 -
CMYK 0.60 0 0.14 0.06
HSL 165.73º 0.83% 0.66% -
HSV(B) 165.73º 0.6% 0.94% -
XYZ 47.23 69.32 69.28 -
YUV 193.37 135.12 59.26 -
System Red Green Blue C M Y K H S L
Decimal 97 240 206 0.60 0 0.14 0.06 165.73 0.83 0.66
Hex 61 F0 CE 3C 0 E 6 A6 53 42
Octal 141 360 316 74 0 16 6 246 123 102
Binary 1100001 11110000 11001110 111100 0 1110 110 10100110 1010011 1000010

Color Harmonies of #61F0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F0CE

Black with #61F0CE

Text Example


Text Example

White with #61F0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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