Html Css Color HEX #73CBAB Medium Aquamarine

📋 copy color: '#73CBAB'

red 115 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #73CBAB

Tints of Medium Aquamarine #73CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 23.52%
G = 41.51%
B = 34.97%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#73CBAB (or 0x73CBAB) is known color: Medium Aquamarine. HEX triplet: 73, CB and AB. RGB value is (115,203,171). Sum of RGB (Red+Green+Blue) = 115+203+171=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBAB is #8C3454. Grayscale: #ADADAD. Windows color (decimal): -9188437 or 11258739. OLE color: 11258739.

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

Color convert

RGB 115 203 171 -
CMYK 0.43 0 0.16 0.20
HSL 158.18º 0.46% 0.62% -
HSV(B) 158.18º 0.43% 0.8% -
XYZ 35.78 49.3 46.16 -
YUV 173.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 115 203 171 0.43 0 0.16 0.20 158.18 0.46 0.62
Hex 73 CB AB 2B 0 10 14 9E 2E 3E
Octal 163 313 253 53 0 20 24 236 56 76
Binary 1110011 11001011 10101011 101011 0 10000 10100 10011110 101110 111110

Color Harmonies of #73CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBAB

Black with #73CBAB

Text Example


Text Example

White with #73CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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