Html Css Color HEX #73EEBA Aquamarine

📋 copy color: '#73EEBA'

red 115 ◦ green 238 ◦ blue 186

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

Shades of Aquamarine #73EEBA

Tints of Aquamarine #73EEBA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.16%

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 21.34%
G = 44.16%
B = 34.51%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#73EEBA (or 0x73EEBA) is known color: Aquamarine. HEX triplet: 73, EE and BA. RGB value is (115,238,186). Sum of RGB (Red+Green+Blue) = 115+238+186=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 238 - color contains mainly: green. Hex color #73EEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EEBA is #8C1145. Grayscale: #C3C3C3. Windows color (decimal): -9179462 or 12250739. OLE color: 12250739.

HSL color Cylindrical-coordinate representation of color #73EEBA: hue angle of 154.63º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EEBA is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 238 186 -
CMYK 0.52 0 0.22 0.07
HSL 154.63º 0.78% 0.69% -
HSV(B) 154.63º 0.52% 0.93% -
XYZ 46.51 68.34 57.19 -
YUV 195.3 122.75 70.73 -
System Red Green Blue C M Y K H S L
Decimal 115 238 186 0.52 0 0.22 0.07 154.63 0.78 0.69
Hex 73 EE BA 34 0 16 7 9B 4E 45
Octal 163 356 272 64 0 26 7 233 116 105
Binary 1110011 11101110 10111010 110100 0 10110 111 10011011 1001110 1000101

Color Harmonies of #73EEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EEBA

Black with #73EEBA

Text Example


Text Example

White with #73EEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,238,186); }

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

background-color css

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

 a { background-color: rgb(115,238,186); }

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

border-color css

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

 span { border-color: rgb(115,238,186); }

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