Html Css Color HEX #61DBB2 Medium Aquamarine

📋 copy color: '#61DBB2'

red 97 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #61DBB2

Tints of Medium Aquamarine #61DBB2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 19.64%
G = 44.33%
B = 36.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#61DBB2 (or 0x61DBB2) is known color: Medium Aquamarine. HEX triplet: 61, DB and B2. RGB value is (97,219,178). Sum of RGB (Red+Green+Blue) = 97+219+178=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61DBB2 is #9E244D. Grayscale: #B1B1B1. Windows color (decimal): -10363982 or 11721569. OLE color: 11721569.

HSL color Cylindrical-coordinate representation of color #61DBB2: hue angle of 159.84º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBB2 is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 178 -
CMYK 0.56 0 0.19 0.14
HSL 159.84º 0.63% 0.62% -
HSV(B) 159.84º 0.56% 0.86% -
XYZ 38.3 56.42 50.99 -
YUV 177.85 128.08 70.33 -
System Red Green Blue C M Y K H S L
Decimal 97 219 178 0.56 0 0.19 0.14 159.84 0.63 0.62
Hex 61 DB B2 38 0 13 E A0 3F 3E
Octal 141 333 262 70 0 23 16 240 77 76
Binary 1100001 11011011 10110010 111000 0 10011 1110 10100000 111111 111110

Color Harmonies of #61DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DBB2

Black with #61DBB2

Text Example


Text Example

White with #61DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,178); }

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

background-color css

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

 a { background-color: rgb(97,219,178); }

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

border-color css

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

 span { border-color: rgb(97,219,178); }

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