Html Css Color HEX #73FAC4 Aquamarine

📋 copy color: '#73FAC4'

red 115 ◦ green 250 ◦ blue 196

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

Shades of Aquamarine #73FAC4

Tints of Aquamarine #73FAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.94%

R = 20.5%
G = 44.56%
B = 34.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#73FAC4 (or 0x73FAC4) is known color: Aquamarine. HEX triplet: 73, FA and C4. RGB value is (115,250,196). Sum of RGB (Red+Green+Blue) = 115+250+196=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FAC4 is #8C053B. Grayscale: #CBCBCB. Windows color (decimal): -9176380 or 12909171. OLE color: 12909171.

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

Color convert

RGB 115 250 196 -
CMYK 0.54 0 0.22 0.02
HSL 156º 0.93% 0.72% -
HSV(B) 156º 0.54% 0.98% -
XYZ 51.22 76 64.19 -
YUV 203.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 115 250 196 0.54 0 0.22 0.02 156 0.93 0.72
Hex 73 FA C4 36 0 16 2 9C 5D 48
Octal 163 372 304 66 0 26 2 234 135 110
Binary 1110011 11111010 11000100 110110 0 10110 10 10011100 1011101 1001000

Color Harmonies of #73FAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAC4

Black with #73FAC4

Text Example


Text Example

White with #73FAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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