Html Css Color HEX #73CBAE Medium Aquamarine

📋 copy color: '#73CBAE'

red 115 ◦ green 203 ◦ blue 174

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

Shades of Medium Aquamarine #73CBAE

Tints of Medium Aquamarine #73CBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 23.37%
G = 41.26%
B = 35.37%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#73CBAE (or 0x73CBAE) is known color: Medium Aquamarine. HEX triplet: 73, CB and AE. RGB value is (115,203,174). Sum of RGB (Red+Green+Blue) = 115+203+174=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBAE is #8C3451. Grayscale: #ADADAD. Windows color (decimal): -9188434 or 11455347. OLE color: 11455347.

HSL color Cylindrical-coordinate representation of color #73CBAE: hue angle of 160.23º 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 #73CBAE is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 203 174 -
CMYK 0.43 0 0.14 0.20
HSL 160.23º 0.46% 0.62% -
HSV(B) 160.23º 0.43% 0.8% -
XYZ 36.07 49.41 47.68 -
YUV 173.38 128.35 86.36 -
System Red Green Blue C M Y K H S L
Decimal 115 203 174 0.43 0 0.14 0.20 160.23 0.46 0.62
Hex 73 CB AE 2B 0 E 14 A0 2E 3E
Octal 163 313 256 53 0 16 24 240 56 76
Binary 1110011 11001011 10101110 101011 0 1110 10100 10100000 101110 111110

Color Harmonies of #73CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBAE

Black with #73CBAE

Text Example


Text Example

White with #73CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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