Html Css Color HEX #73FDA8 Aquamarine

📋 copy color: '#73FDA8'

red 115 ◦ green 253 ◦ blue 168

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

Shades of Aquamarine #73FDA8

Tints of Aquamarine #73FDA8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.2%

 BLUE value IS 168 (66.02% from 255) = 31.34%

R = 21.46%
G = 47.2%
B = 31.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#73FDA8 (or 0x73FDA8) is known color: Aquamarine. HEX triplet: 73, FD and A8. RGB value is (115,253,168). Sum of RGB (Red+Green+Blue) = 115+253+168=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #73FDA8 is #8C0257. Grayscale: #CACACA. Windows color (decimal): -9175640 or 11074931. OLE color: 11074931.

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

Color convert

RGB 115 253 168 -
CMYK 0.55 0 0.34 0.01
HSL 143.04º 0.97% 0.72% -
HSV(B) 143.04º 0.55% 0.99% -
XYZ 49.26 76.72 49.26 -
YUV 202.05 108.78 65.91 -
System Red Green Blue C M Y K H S L
Decimal 115 253 168 0.55 0 0.34 0.01 143.04 0.97 0.72
Hex 73 FD A8 37 0 22 1 8F 61 48
Octal 163 375 250 67 0 42 1 217 141 110
Binary 1110011 11111101 10101000 110111 0 100010 1 10001111 1100001 1001000

Color Harmonies of #73FDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FDA8

Black with #73FDA8

Text Example


Text Example

White with #73FDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,253,168); }

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

background-color css

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

 a { background-color: rgb(115,253,168); }

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

border-color css

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

 span { border-color: rgb(115,253,168); }

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