Html Css Color HEX #73FEDF Aquamarine

📋 copy color: '#73FEDF'

red 115 ◦ green 254 ◦ blue 223

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

Shades of Aquamarine #73FEDF

Tints of Aquamarine #73FEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.91%

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 19.43%
G = 42.91%
B = 37.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#73FEDF (or 0x73FEDF) is known color: Aquamarine. HEX triplet: 73, FE and DF. RGB value is (115,254,223). Sum of RGB (Red+Green+Blue) = 115+254+223=592 (78% of max value = 765). Red value is 115 (45.31% from 255 or 19.43% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FEDF is #8C0120. Grayscale: #D0D0D0. Windows color (decimal): -9175329 or 14679667. OLE color: 14679667.

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

Color convert

RGB 115 254 223 -
CMYK 0.55 0 0.12 0.00
HSL 166.62º 0.99% 0.72% -
HSV(B) 166.62º 0.55% 1% -
XYZ 55.83 79.86 82.28 -
YUV 208.91 135.95 61.02 -
System Red Green Blue C M Y K H S L
Decimal 115 254 223 0.55 0 0.12 0.00 166.62 0.99 0.72
Hex 73 FE DF 37 0 C 0 A7 63 48
Octal 163 376 337 67 0 14 0 247 143 110
Binary 1110011 11111110 11011111 110111 0 1100 0 10100111 1100011 1001000

Color Harmonies of #73FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FEDF

Black with #73FEDF

Text Example


Text Example

White with #73FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,254,223); }

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

background-color css

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

 a { background-color: rgb(115,254,223); }

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

border-color css

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

 span { border-color: rgb(115,254,223); }

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