Html Css Color HEX #73FCD2 Aquamarine

📋 copy color: '#73FCD2'

red 115 ◦ green 252 ◦ blue 210

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

Shades of Aquamarine #73FCD2

Tints of Aquamarine #73FCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 19.93%
G = 43.67%
B = 36.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#73FCD2 (or 0x73FCD2) is known color: Aquamarine. HEX triplet: 73, FC and D2. RGB value is (115,252,210). Sum of RGB (Red+Green+Blue) = 115+252+210=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCD2 is #8C032D. Grayscale: #CECECE. Windows color (decimal): -9175854 or 13827187. OLE color: 13827187.

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

Color convert

RGB 115 252 210 -
CMYK 0.54 0 0.17 0.01
HSL 161.61º 0.96% 0.72% -
HSV(B) 161.61º 0.54% 0.99% -
XYZ 53.51 77.92 73.19 -
YUV 206.25 130.11 62.92 -
System Red Green Blue C M Y K H S L
Decimal 115 252 210 0.54 0 0.17 0.01 161.61 0.96 0.72
Hex 73 FC D2 36 0 11 1 A2 60 48
Octal 163 374 322 66 0 21 1 242 140 110
Binary 1110011 11111100 11010010 110110 0 10001 1 10100010 1100000 1001000

Color Harmonies of #73FCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCD2

Black with #73FCD2

Text Example


Text Example

White with #73FCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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