Html Css Color HEX #73EFDC Aquamarine

📋 copy color: '#73EFDC'

red 115 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #73EFDC

Tints of Aquamarine #73EFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.64%

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 20.03%
G = 41.64%
B = 38.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#73EFDC (or 0x73EFDC) is known color: Aquamarine. HEX triplet: 73, EF and DC. RGB value is (115,239,220). Sum of RGB (Red+Green+Blue) = 115+239+220=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFDC is #8C1023. Grayscale: #C7C7C7. Windows color (decimal): -9179172 or 14479219. OLE color: 14479219.

HSL color Cylindrical-coordinate representation of color #73EFDC: hue angle of 170.81º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EFDC is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 239 220 -
CMYK 0.52 0 0.08 0.06
HSL 170.81º 0.79% 0.69% -
HSV(B) 170.81º 0.52% 0.94% -
XYZ 50.86 70.55 78.65 -
YUV 199.76 139.42 67.54 -
System Red Green Blue C M Y K H S L
Decimal 115 239 220 0.52 0 0.08 0.06 170.81 0.79 0.69
Hex 73 EF DC 34 0 8 6 AB 4F 45
Octal 163 357 334 64 0 10 6 253 117 105
Binary 1110011 11101111 11011100 110100 0 1000 110 10101011 1001111 1000101

Color Harmonies of #73EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFDC

Black with #73EFDC

Text Example


Text Example

White with #73EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,239,220); }

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

background-color css

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

 a { background-color: rgb(115,239,220); }

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

border-color css

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

 span { border-color: rgb(115,239,220); }

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