Html Css Color HEX #73FADF Aquamarine

📋 copy color: '#73FADF'

red 115 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #73FADF

Tints of Aquamarine #73FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 19.56%
G = 42.52%
B = 37.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#73FADF (or 0x73FADF) is known color: Aquamarine. HEX triplet: 73, FA and DF. RGB value is (115,250,223). Sum of RGB (Red+Green+Blue) = 115+250+223=588 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.56% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #73FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FADF is #8C0520. Grayscale: #CECECE. Windows color (decimal): -9176353 or 14678643. OLE color: 14678643.

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

Color convert

RGB 115 250 223 -
CMYK 0.54 0 0.11 0.02
HSL 168º 0.93% 0.72% -
HSV(B) 168º 0.54% 0.98% -
XYZ 54.58 77.34 81.86 -
YUV 206.56 137.27 62.7 -
System Red Green Blue C M Y K H S L
Decimal 115 250 223 0.54 0 0.11 0.02 168 0.93 0.72
Hex 73 FA DF 36 0 B 2 A8 5D 48
Octal 163 372 337 66 0 13 2 250 135 110
Binary 1110011 11111010 11011111 110110 0 1011 10 10101000 1011101 1001000

Color Harmonies of #73FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FADF

Black with #73FADF

Text Example


Text Example

White with #73FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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