Html Css Color HEX #61CBAC Medium Aquamarine

📋 copy color: '#61CBAC'

red 97 ◦ green 203 ◦ blue 172

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

Shades of Medium Aquamarine #61CBAC

Tints of Medium Aquamarine #61CBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.01%

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

R = 20.55%
G = 43.01%
B = 36.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#61CBAC (or 0x61CBAC) is known color: Medium Aquamarine. HEX triplet: 61, CB and AC. RGB value is (97,203,172). Sum of RGB (Red+Green+Blue) = 97+203+172=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CBAC is #9E3453. Grayscale: #A7A7A7. Windows color (decimal): -10368084 or 11324257. OLE color: 11324257.

HSL color Cylindrical-coordinate representation of color #61CBAC: hue angle of 162.45º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CBAC is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 203 172 -
CMYK 0.52 0 0.15 0.20
HSL 162.45º 0.5% 0.59% -
HSV(B) 162.45º 0.52% 0.8% -
XYZ 33.73 48.23 46.56 -
YUV 167.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 97 203 172 0.52 0 0.15 0.20 162.45 0.5 0.59
Hex 61 CB AC 34 0 F 14 A2 32 3B
Octal 141 313 254 64 0 17 24 242 62 73
Binary 1100001 11001011 10101100 110100 0 1111 10100 10100010 110010 111011

Color Harmonies of #61CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBAC

Black with #61CBAC

Text Example


Text Example

White with #61CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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