Html Css Color HEX #73EDC6 Aquamarine

📋 copy color: '#73EDC6'

red 115 ◦ green 237 ◦ blue 198

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

Shades of Aquamarine #73EDC6

Tints of Aquamarine #73EDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36%

R = 20.91%
G = 43.09%
B = 36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#73EDC6 (or 0x73EDC6) is known color: Aquamarine. HEX triplet: 73, ED and C6. RGB value is (115,237,198). Sum of RGB (Red+Green+Blue) = 115+237+198=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #73EDC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EDC6 is #8C1239. Grayscale: #C4C4C4. Windows color (decimal): -9179706 or 13036915. OLE color: 13036915.

HSL color Cylindrical-coordinate representation of color #73EDC6: hue angle of 160.82º 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 #73EDC6 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 237 198 -
CMYK 0.51 0 0.16 0.07
HSL 160.82º 0.77% 0.69% -
HSV(B) 160.82º 0.51% 0.93% -
XYZ 47.55 68.29 64.1 -
YUV 196.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 115 237 198 0.51 0 0.16 0.07 160.82 0.77 0.69
Hex 73 ED C6 33 0 10 7 A1 4D 45
Octal 163 355 306 63 0 20 7 241 115 105
Binary 1110011 11101101 11000110 110011 0 10000 111 10100001 1001101 1000101

Color Harmonies of #73EDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EDC6

Black with #73EDC6

Text Example


Text Example

White with #73EDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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