Html Css Color HEX #73CBA4 Medium Aquamarine

📋 copy color: '#73CBA4'

red 115 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #73CBA4

Tints of Medium Aquamarine #73CBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 23.86%
G = 42.12%
B = 34.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#73CBA4 (or 0x73CBA4) is known color: Medium Aquamarine. HEX triplet: 73, CB and A4. RGB value is (115,203,164). Sum of RGB (Red+Green+Blue) = 115+203+164=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBA4 is #8C345B. Grayscale: #ACACAC. Windows color (decimal): -9188444 or 10799987. OLE color: 10799987.

HSL color Cylindrical-coordinate representation of color #73CBA4: hue angle of 153.41º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBA4 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 203 164 -
CMYK 0.43 0 0.19 0.20
HSL 153.41º 0.46% 0.62% -
HSV(B) 153.41º 0.43% 0.8% -
XYZ 35.13 49.04 42.74 -
YUV 172.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 115 203 164 0.43 0 0.19 0.20 153.41 0.46 0.62
Hex 73 CB A4 2B 0 13 14 99 2E 3E
Octal 163 313 244 53 0 23 24 231 56 76
Binary 1110011 11001011 10100100 101011 0 10011 10100 10011001 101110 111110

Color Harmonies of #73CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBA4

Black with #73CBA4

Text Example


Text Example

White with #73CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,203,164); }

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

background-color css

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

 a { background-color: rgb(115,203,164); }

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

border-color css

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

 span { border-color: rgb(115,203,164); }

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