Html Css Color HEX #61CFAC Medium Aquamarine

📋 copy color: '#61CFAC'

red 97 ◦ green 207 ◦ blue 172

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

Shades of Medium Aquamarine #61CFAC

Tints of Medium Aquamarine #61CFAC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 20.38%
G = 43.49%
B = 36.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#61CFAC (or 0x61CFAC) is known color: Medium Aquamarine. HEX triplet: 61, CF and AC. RGB value is (97,207,172). Sum of RGB (Red+Green+Blue) = 97+207+172=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #61CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CFAC is #9E3053. Grayscale: #AAAAAA. Windows color (decimal): -10367060 or 11325281. OLE color: 11325281.

HSL color Cylindrical-coordinate representation of color #61CFAC: hue angle of 160.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CFAC is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 207 172 -
CMYK 0.53 0 0.17 0.19
HSL 160.91º 0.53% 0.6% -
HSV(B) 160.91º 0.53% 0.81% -
XYZ 34.69 50.15 46.88 -
YUV 170.12 129.06 75.85 -
System Red Green Blue C M Y K H S L
Decimal 97 207 172 0.53 0 0.17 0.19 160.91 0.53 0.6
Hex 61 CF AC 35 0 11 13 A1 35 3C
Octal 141 317 254 65 0 21 23 241 65 74
Binary 1100001 11001111 10101100 110101 0 10001 10011 10100001 110101 111100

Color Harmonies of #61CFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CFAC

Black with #61CFAC

Text Example


Text Example

White with #61CFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,207,172); }

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

background-color css

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

 a { background-color: rgb(97,207,172); }

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

border-color css

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

 span { border-color: rgb(97,207,172); }

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