Html Css Color HEX #73FCDB Aquamarine

📋 copy color: '#73FCDB'

red 115 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #73FCDB

Tints of Aquamarine #73FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43%

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

R = 19.62%
G = 43%
B = 37.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#73FCDB (or 0x73FCDB) is known color: Aquamarine. HEX triplet: 73, FC and DB. RGB value is (115,252,219). Sum of RGB (Red+Green+Blue) = 115+252+219=586 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.62% from 586); Green value is 252 (98.83% from 255 or 43.00% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCDB is #8C0324. Grayscale: #CFCFCF. Windows color (decimal): -9175845 or 14417011. OLE color: 14417011.

HSL color Cylindrical-coordinate representation of color #73FCDB: hue angle of 165.55º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCDB is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 252 219 -
CMYK 0.54 0 0.13 0.01
HSL 165.55º 0.96% 0.72% -
HSV(B) 165.55º 0.54% 0.99% -
XYZ 54.67 78.38 79.27 -
YUV 207.28 134.61 62.18 -
System Red Green Blue C M Y K H S L
Decimal 115 252 219 0.54 0 0.13 0.01 165.55 0.96 0.72
Hex 73 FC DB 36 0 D 1 A6 60 48
Octal 163 374 333 66 0 15 1 246 140 110
Binary 1110011 11111100 11011011 110110 0 1101 1 10100110 1100000 1001000

Color Harmonies of #73FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCDB

Black with #73FCDB

Text Example


Text Example

White with #73FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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