Html Css Color HEX #73FCB6 Aquamarine

📋 copy color: '#73FCB6'

red 115 ◦ green 252 ◦ blue 182

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

Shades of Aquamarine #73FCB6

Tints of Aquamarine #73FCB6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.9%

 BLUE value IS 182 (71.48% from 255) = 33.15%

R = 20.95%
G = 45.9%
B = 33.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#73FCB6 (or 0x73FCB6) is known color: Aquamarine. HEX triplet: 73, FC and B6. RGB value is (115,252,182). Sum of RGB (Red+Green+Blue) = 115+252+182=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCB6 is #8C0349. Grayscale: #CBCBCB. Windows color (decimal): -9175882 or 11992179. OLE color: 11992179.

HSL color Cylindrical-coordinate representation of color #73FCB6: hue angle of 149.34º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCB6 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 252 182 -
CMYK 0.54 0 0.28 0.01
HSL 149.34º 0.96% 0.72% -
HSV(B) 149.34º 0.54% 0.99% -
XYZ 50.32 76.64 56.4 -
YUV 203.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 115 252 182 0.54 0 0.28 0.01 149.34 0.96 0.72
Hex 73 FC B6 36 0 1C 1 95 60 48
Octal 163 374 266 66 0 34 1 225 140 110
Binary 1110011 11111100 10110110 110110 0 11100 1 10010101 1100000 1001000

Color Harmonies of #73FCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCB6

Black with #73FCB6

Text Example


Text Example

White with #73FCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,252,182); }

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

background-color css

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

 a { background-color: rgb(115,252,182); }

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

border-color css

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

 span { border-color: rgb(115,252,182); }

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