Html Css Color HEX #61CCB5 Medium Aquamarine

📋 copy color: '#61CCB5'

red 97 ◦ green 204 ◦ blue 181

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

Shades of Medium Aquamarine #61CCB5

Tints of Medium Aquamarine #61CCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.32%

 BLUE value IS 181 (71.09% from 255) = 37.55%

R = 20.12%
G = 42.32%
B = 37.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#61CCB5 (or 0x61CCB5) is known color: Medium Aquamarine. HEX triplet: 61, CC and B5. RGB value is (97,204,181). Sum of RGB (Red+Green+Blue) = 97+204+181=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #61CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CCB5 is #9E334A. Grayscale: #A9A9A9. Windows color (decimal): -10367819 or 11914337. OLE color: 11914337.

HSL color Cylindrical-coordinate representation of color #61CCB5: hue angle of 167.1º degrees, saturation: 0.51, 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 #61CCB5 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 204 181 -
CMYK 0.52 0 0.11 0.2
HSL 167.1º 0.51% 0.59% -
HSV(B) 167.1º 0.52% 0.8% -
XYZ 34.86 49.06 51.35 -
YUV 169.39 134.55 76.37 -
System Red Green Blue C M Y K H S L
Decimal 97 204 181 0.52 0 0.11 0.2 167.1 0.51 0.59
Hex 61 CC B5 34 0 B 14 A7 33 3B
Octal 141 314 265 64 0 13 24 247 63 73
Binary 1100001 11001100 10110101 110100 0 1011 10100 10100111 110011 111011

Color Harmonies of #61CCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CCB5

Black with #61CCB5

Text Example


Text Example

White with #61CCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,204,181); }

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

background-color css

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

 a { background-color: rgb(97,204,181); }

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

border-color css

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

 span { border-color: rgb(97,204,181); }

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