Html Css Color HEX #73DBB2 Medium Aquamarine

📋 copy color: '#73DBB2'

red 115 ◦ green 219 ◦ blue 178

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

Shades of Medium Aquamarine #73DBB2

Tints of Medium Aquamarine #73DBB2

RGB

 RED value IS 115 (45.31% from 255) = 22.46%

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

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

R = 22.46%
G = 42.77%
B = 34.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#73DBB2 (or 0x73DBB2) is known color: Medium Aquamarine. HEX triplet: 73, DB and B2. RGB value is (115,219,178). Sum of RGB (Red+Green+Blue) = 115+219+178=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DBB2 is #8C244D. Grayscale: #B7B7B7. Windows color (decimal): -9184334 or 11721587. OLE color: 11721587.

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

Color convert

RGB 115 219 178 -
CMYK 0.47 0 0.19 0.14
HSL 156.35º 0.59% 0.65% -
HSV(B) 156.35º 0.47% 0.86% -
XYZ 40.44 57.52 51.09 -
YUV 183.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 115 219 178 0.47 0 0.19 0.14 156.35 0.59 0.65
Hex 73 DB B2 2F 0 13 E 9C 3B 41
Octal 163 333 262 57 0 23 16 234 73 101
Binary 1110011 11011011 10110010 101111 0 10011 1110 10011100 111011 1000001

Color Harmonies of #73DBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DBB2

Black with #73DBB2

Text Example


Text Example

White with #73DBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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