Html Css Color HEX #73EDDA Aquamarine

📋 copy color: '#73EDDA'

red 115 ◦ green 237 ◦ blue 218

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

Shades of Aquamarine #73EDDA

Tints of Aquamarine #73EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.58%

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 20.18%
G = 41.58%
B = 38.25%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#73EDDA (or 0x73EDDA) is known color: Aquamarine. HEX triplet: 73, ED and DA. RGB value is (115,237,218). Sum of RGB (Red+Green+Blue) = 115+237+218=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 237 - color contains mainly: green. Hex color #73EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EDDA is #8C1225. Grayscale: #C6C6C6. Windows color (decimal): -9179686 or 14347635. OLE color: 14347635.

HSL color Cylindrical-coordinate representation of color #73EDDA: hue angle of 170.66º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EDDA is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 237 218 -
CMYK 0.51 0 0.08 0.07
HSL 170.66º 0.77% 0.69% -
HSV(B) 170.66º 0.51% 0.93% -
XYZ 50.01 69.28 77.07 -
YUV 198.36 139.08 68.54 -
System Red Green Blue C M Y K H S L
Decimal 115 237 218 0.51 0 0.08 0.07 170.66 0.77 0.69
Hex 73 ED DA 33 0 8 7 AB 4D 45
Octal 163 355 332 63 0 10 7 253 115 105
Binary 1110011 11101101 11011010 110011 0 1000 111 10101011 1001101 1000101

Color Harmonies of #73EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EDDA

Black with #73EDDA

Text Example


Text Example

White with #73EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,237,218); }

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

background-color css

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

 a { background-color: rgb(115,237,218); }

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

border-color css

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

 span { border-color: rgb(115,237,218); }

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