Html Css Color HEX #73FDE5 Aquamarine

📋 copy color: '#73FDE5'

red 115 ◦ green 253 ◦ blue 229

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

Shades of Aquamarine #73FDE5

Tints of Aquamarine #73FDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.36%

R = 19.26%
G = 42.38%
B = 38.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#73FDE5 (or 0x73FDE5) is known color: Aquamarine. HEX triplet: 73, FD and E5. RGB value is (115,253,229). Sum of RGB (Red+Green+Blue) = 115+253+229=597 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.26% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #73FDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FDE5 is #8C021A. Grayscale: #D0D0D0. Windows color (decimal): -9175579 or 15072627. OLE color: 15072627.

HSL color Cylindrical-coordinate representation of color #73FDE5: hue angle of 169.57º 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 #73FDE5 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 253 229 -
CMYK 0.55 0 0.09 0.01
HSL 169.57º 0.97% 0.72% -
HSV(B) 169.57º 0.55% 0.99% -
XYZ 56.34 79.55 86.51 -
YUV 209 139.28 60.95 -
System Red Green Blue C M Y K H S L
Decimal 115 253 229 0.55 0 0.09 0.01 169.57 0.97 0.72
Hex 73 FD E5 37 0 9 1 AA 61 48
Octal 163 375 345 67 0 11 1 252 141 110
Binary 1110011 11111101 11100101 110111 0 1001 1 10101010 1100001 1001000

Color Harmonies of #73FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FDE5

Black with #73FDE5

Text Example


Text Example

White with #73FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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