Html Css Color HEX #73FAE3 Aquamarine

📋 copy color: '#73FAE3'

red 115 ◦ green 250 ◦ blue 227

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

Shades of Aquamarine #73FAE3

Tints of Aquamarine #73FAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.34%

R = 19.43%
G = 42.23%
B = 38.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#73FAE3 (or 0x73FAE3) is known color: Aquamarine. HEX triplet: 73, FA and E3. RGB value is (115,250,227). Sum of RGB (Red+Green+Blue) = 115+250+227=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 227 (89.06% from 255 or 38.34% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAE3 is #8C051C. Grayscale: #CECECE. Windows color (decimal): -9176349 or 14940787. OLE color: 14940787.

HSL color Cylindrical-coordinate representation of color #73FAE3: hue angle of 169.78º 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 #73FAE3 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 250 227 -
CMYK 0.54 0 0.09 0.02
HSL 169.78º 0.93% 0.72% -
HSV(B) 169.78º 0.54% 0.98% -
XYZ 55.12 77.56 84.74 -
YUV 207.01 139.27 62.37 -
System Red Green Blue C M Y K H S L
Decimal 115 250 227 0.54 0 0.09 0.02 169.78 0.93 0.72
Hex 73 FA E3 36 0 9 2 AA 5D 48
Octal 163 372 343 66 0 11 2 252 135 110
Binary 1110011 11111010 11100011 110110 0 1001 10 10101010 1011101 1001000

Color Harmonies of #73FAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAE3

Black with #73FAE3

Text Example


Text Example

White with #73FAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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