Html Css Color HEX #73EDC3 Aquamarine

📋 copy color: '#73EDC3'

red 115 ◦ green 237 ◦ blue 195

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

Shades of Aquamarine #73EDC3

Tints of Aquamarine #73EDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.65%

R = 21.02%
G = 43.33%
B = 35.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#73EDC3 (or 0x73EDC3) is known color: Aquamarine. HEX triplet: 73, ED and C3. RGB value is (115,237,195). Sum of RGB (Red+Green+Blue) = 115+237+195=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 195 (76.56% from 255 or 35.65% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #73EDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EDC3 is #8C123C. Grayscale: #C3C3C3. Windows color (decimal): -9179709 or 12840307. OLE color: 12840307.

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

Color convert

RGB 115 237 195 -
CMYK 0.51 0 0.18 0.07
HSL 159.34º 0.77% 0.69% -
HSV(B) 159.34º 0.51% 0.93% -
XYZ 47.2 68.15 62.3 -
YUV 195.73 127.58 70.42 -
System Red Green Blue C M Y K H S L
Decimal 115 237 195 0.51 0 0.18 0.07 159.34 0.77 0.69
Hex 73 ED C3 33 0 12 7 9F 4D 45
Octal 163 355 303 63 0 22 7 237 115 105
Binary 1110011 11101101 11000011 110011 0 10010 111 10011111 1001101 1000101

Color Harmonies of #73EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EDC3

Black with #73EDC3

Text Example


Text Example

White with #73EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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