Html Css Color HEX #73EACC Aquamarine

📋 copy color: '#73EACC'

red 115 ◦ green 234 ◦ blue 204

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

Shades of Aquamarine #73EACC

Tints of Aquamarine #73EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.31%

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 20.8%
G = 42.31%
B = 36.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#73EACC (or 0x73EACC) is known color: Aquamarine. HEX triplet: 73, EA and CC. RGB value is (115,234,204). Sum of RGB (Red+Green+Blue) = 115+234+204=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #73EACC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EACC is #8C1533. Grayscale: #C3C3C3. Windows color (decimal): -9180468 or 13429363. OLE color: 13429363.

HSL color Cylindrical-coordinate representation of color #73EACC: hue angle of 164.87º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73EACC is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 234 204 -
CMYK 0.51 0 0.13 0.08
HSL 164.87º 0.74% 0.68% -
HSV(B) 164.87º 0.51% 0.92% -
XYZ 47.39 66.85 67.53 -
YUV 195 133.08 70.94 -
System Red Green Blue C M Y K H S L
Decimal 115 234 204 0.51 0 0.13 0.08 164.87 0.74 0.68
Hex 73 EA CC 33 0 D 8 A5 4A 44
Octal 163 352 314 63 0 15 10 245 112 104
Binary 1110011 11101010 11001100 110011 0 1101 1000 10100101 1001010 1000100

Color Harmonies of #73EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EACC

Black with #73EACC

Text Example


Text Example

White with #73EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,234,204); }

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

background-color css

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

 a { background-color: rgb(115,234,204); }

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

border-color css

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

 span { border-color: rgb(115,234,204); }

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