Html Css Color HEX #73FAB2 Aquamarine

📋 copy color: '#73FAB2'

red 115 ◦ green 250 ◦ blue 178

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

Shades of Aquamarine #73FAB2

Tints of Aquamarine #73FAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.78%

R = 21.18%
G = 46.04%
B = 32.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#73FAB2 (or 0x73FAB2) is known color: Aquamarine. HEX triplet: 73, FA and B2. RGB value is (115,250,178). Sum of RGB (Red+Green+Blue) = 115+250+178=543 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.18% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FAB2 is #8C054D. Grayscale: #C9C9C9. Windows color (decimal): -9176398 or 11729523. OLE color: 11729523.

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

Color convert

RGB 115 250 178 -
CMYK 0.54 0 0.29 0.02
HSL 148º 0.93% 0.72% -
HSV(B) 148º 0.54% 0.98% -
XYZ 49.29 75.23 54.04 -
YUV 201.43 114.77 66.35 -
System Red Green Blue C M Y K H S L
Decimal 115 250 178 0.54 0 0.29 0.02 148 0.93 0.72
Hex 73 FA B2 36 0 1D 2 94 5D 48
Octal 163 372 262 66 0 35 2 224 135 110
Binary 1110011 11111010 10110010 110110 0 11101 10 10010100 1011101 1001000

Color Harmonies of #73FAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FAB2

Black with #73FAB2

Text Example


Text Example

White with #73FAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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