Html Css Color HEX #73FAD3 Aquamarine

📋 copy color: '#73FAD3'

red 115 ◦ green 250 ◦ blue 211

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

Shades of Aquamarine #73FAD3

Tints of Aquamarine #73FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 19.97%
G = 43.4%
B = 36.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#73FAD3 (or 0x73FAD3) is known color: Aquamarine. HEX triplet: 73, FA and D3. RGB value is (115,250,211). Sum of RGB (Red+Green+Blue) = 115+250+211=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAD3 is #8C052C. Grayscale: #CDCDCD. Windows color (decimal): -9176365 or 13892211. OLE color: 13892211.

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

Color convert

RGB 115 250 211 -
CMYK 0.54 0 0.16 0.02
HSL 162.67º 0.93% 0.72% -
HSV(B) 162.67º 0.54% 0.98% -
XYZ 53.01 76.72 73.64 -
YUV 205.19 131.27 63.67 -
System Red Green Blue C M Y K H S L
Decimal 115 250 211 0.54 0 0.16 0.02 162.67 0.93 0.72
Hex 73 FA D3 36 0 10 2 A3 5D 48
Octal 163 372 323 66 0 20 2 243 135 110
Binary 1110011 11111010 11010011 110110 0 10000 10 10100011 1011101 1001000

Color Harmonies of #73FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAD3

Black with #73FAD3

Text Example


Text Example

White with #73FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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