Html Css Color HEX #73EFDA Aquamarine

📋 copy color: '#73EFDA'

red 115 ◦ green 239 ◦ blue 218

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

Shades of Aquamarine #73EFDA

Tints of Aquamarine #73EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 20.1%
G = 41.78%
B = 38.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#73EFDA (or 0x73EFDA) is known color: Aquamarine. HEX triplet: 73, EF and DA. RGB value is (115,239,218). Sum of RGB (Red+Green+Blue) = 115+239+218=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFDA is #8C1025. Grayscale: #C7C7C7. Windows color (decimal): -9179174 or 14348147. OLE color: 14348147.

HSL color Cylindrical-coordinate representation of color #73EFDA: hue angle of 169.84º 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 #73EFDA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 239 218 -
CMYK 0.52 0 0.09 0.06
HSL 169.84º 0.79% 0.69% -
HSV(B) 169.84º 0.52% 0.94% -
XYZ 50.59 70.44 77.26 -
YUV 199.53 138.42 67.71 -
System Red Green Blue C M Y K H S L
Decimal 115 239 218 0.52 0 0.09 0.06 169.84 0.79 0.69
Hex 73 EF DA 34 0 9 6 AA 4F 45
Octal 163 357 332 64 0 11 6 252 117 105
Binary 1110011 11101111 11011010 110100 0 1001 110 10101010 1001111 1000101

Color Harmonies of #73EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFDA

Black with #73EFDA

Text Example


Text Example

White with #73EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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