Html Css Color HEX #73FAE6 Aquamarine

📋 copy color: '#73FAE6'

red 115 ◦ green 250 ◦ blue 230

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

Shades of Aquamarine #73FAE6

Tints of Aquamarine #73FAE6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.02%

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 19.33%
G = 42.02%
B = 38.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#73FAE6 (or 0x73FAE6) is known color: Aquamarine. HEX triplet: 73, FA and E6. RGB value is (115,250,230). Sum of RGB (Red+Green+Blue) = 115+250+230=595 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.33% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAE6 is #8C0519. Grayscale: #CFCFCF. Windows color (decimal): -9176346 or 15137395. OLE color: 15137395.

HSL color Cylindrical-coordinate representation of color #73FAE6: hue angle of 171.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FAE6 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 250 230 -
CMYK 0.54 0 0.08 0.02
HSL 171.11º 0.93% 0.72% -
HSV(B) 171.11º 0.54% 0.98% -
XYZ 55.54 77.73 86.94 -
YUV 207.36 140.77 62.13 -
System Red Green Blue C M Y K H S L
Decimal 115 250 230 0.54 0 0.08 0.02 171.11 0.93 0.72
Hex 73 FA E6 36 0 8 2 AB 5D 48
Octal 163 372 346 66 0 10 2 253 135 110
Binary 1110011 11111010 11100110 110110 0 1000 10 10101011 1011101 1001000

Color Harmonies of #73FAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAE6

Black with #73FAE6

Text Example


Text Example

White with #73FAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,250,230); }

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

background-color css

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

 a { background-color: rgb(115,250,230); }

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

border-color css

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

 span { border-color: rgb(115,250,230); }

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