Html Css Color HEX #73FCDA Aquamarine

📋 copy color: '#73FCDA'

red 115 ◦ green 252 ◦ blue 218

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

Shades of Aquamarine #73FCDA

Tints of Aquamarine #73FCDA

RGB

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

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

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

R = 19.66%
G = 43.08%
B = 37.26%

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

#73FCDA (or 0x73FCDA) is known color: Aquamarine. HEX triplet: 73, FC and DA. RGB value is (115,252,218). Sum of RGB (Red+Green+Blue) = 115+252+218=585 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.66% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCDA is #8C0325. Grayscale: #CFCFCF. Windows color (decimal): -9175846 or 14351475. OLE color: 14351475.

HSL color Cylindrical-coordinate representation of color #73FCDA: hue angle of 165.11º 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 #73FCDA is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 252 218 -
CMYK 0.54 0 0.13 0.01
HSL 165.11º 0.96% 0.72% -
HSV(B) 165.11º 0.54% 0.99% -
XYZ 54.54 78.33 78.57 -
YUV 207.16 134.11 62.26 -
System Red Green Blue C M Y K H S L
Decimal 115 252 218 0.54 0 0.13 0.01 165.11 0.96 0.72
Hex 73 FC DA 36 0 D 1 A5 60 48
Octal 163 374 332 66 0 15 1 245 140 110
Binary 1110011 11111100 11011010 110110 0 1101 1 10100101 1100000 1001000

Color Harmonies of #73FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCDA

Black with #73FCDA

Text Example


Text Example

White with #73FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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