Html Css Color HEX #73EDC2 Aquamarine

📋 copy color: '#73EDC2'

red 115 ◦ green 237 ◦ blue 194

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

Shades of Aquamarine #73EDC2

Tints of Aquamarine #73EDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 21.06%
G = 43.41%
B = 35.53%

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

#73EDC2 (or 0x73EDC2) is known color: Aquamarine. HEX triplet: 73, ED and C2. RGB value is (115,237,194). Sum of RGB (Red+Green+Blue) = 115+237+194=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #73EDC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EDC2 is #8C123D. Grayscale: #C3C3C3. Windows color (decimal): -9179710 or 12774771. OLE color: 12774771.

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

Color convert

RGB 115 237 194 -
CMYK 0.51 0 0.18 0.07
HSL 158.85º 0.77% 0.69% -
HSV(B) 158.85º 0.51% 0.93% -
XYZ 47.09 68.11 61.7 -
YUV 195.62 127.08 70.5 -
System Red Green Blue C M Y K H S L
Decimal 115 237 194 0.51 0 0.18 0.07 158.85 0.77 0.69
Hex 73 ED C2 33 0 12 7 9F 4D 45
Octal 163 355 302 63 0 22 7 237 115 105
Binary 1110011 11101101 11000010 110011 0 10010 111 10011111 1001101 1000101

Color Harmonies of #73EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EDC2

Black with #73EDC2

Text Example


Text Example

White with #73EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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