Html Css Color HEX #73EFDB Aquamarine

📋 copy color: '#73EFDB'

red 115 ◦ green 239 ◦ blue 219

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

Shades of Aquamarine #73EFDB

Tints of Aquamarine #73EFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 20.07%
G = 41.71%
B = 38.22%

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

#73EFDB (or 0x73EFDB) is known color: Aquamarine. HEX triplet: 73, EF and DB. RGB value is (115,239,219). Sum of RGB (Red+Green+Blue) = 115+239+219=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFDB is #8C1024. Grayscale: #C7C7C7. Windows color (decimal): -9179173 or 14413683. OLE color: 14413683.

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

Color convert

RGB 115 239 219 -
CMYK 0.52 0 0.08 0.06
HSL 170.32º 0.79% 0.69% -
HSV(B) 170.32º 0.52% 0.94% -
XYZ 50.72 70.49 77.95 -
YUV 199.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 115 239 219 0.52 0 0.08 0.06 170.32 0.79 0.69
Hex 73 EF DB 34 0 8 6 AA 4F 45
Octal 163 357 333 64 0 10 6 252 117 105
Binary 1110011 11101111 11011011 110100 0 1000 110 10101010 1001111 1000101

Color Harmonies of #73EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFDB

Black with #73EFDB

Text Example


Text Example

White with #73EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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