Html Css Color HEX #61CBA6 Medium Aquamarine

📋 copy color: '#61CBA6'

red 97 ◦ green 203 ◦ blue 166

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

Shades of Medium Aquamarine #61CBA6

Tints of Medium Aquamarine #61CBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 20.82%
G = 43.56%
B = 35.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#61CBA6 (or 0x61CBA6) is known color: Medium Aquamarine. HEX triplet: 61, CB and A6. RGB value is (97,203,166). Sum of RGB (Red+Green+Blue) = 97+203+166=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #61CBA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61CBA6 is #9E3459. Grayscale: #A7A7A7. Windows color (decimal): -10368090 or 10931041. OLE color: 10931041.

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

Color convert

RGB 97 203 166 -
CMYK 0.52 0 0.18 0.20
HSL 159.06º 0.5% 0.59% -
HSV(B) 159.06º 0.52% 0.8% -
XYZ 33.17 48.01 43.59 -
YUV 167.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 97 203 166 0.52 0 0.18 0.20 159.06 0.5 0.59
Hex 61 CB A6 34 0 12 14 9F 32 3B
Octal 141 313 246 64 0 22 24 237 62 73
Binary 1100001 11001011 10100110 110100 0 10010 10100 10011111 110010 111011

Color Harmonies of #61CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CBA6

Black with #61CBA6

Text Example


Text Example

White with #61CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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