Html Css Color HEX #73FCD7 Aquamarine

📋 copy color: '#73FCD7'

red 115 ◦ green 252 ◦ blue 215

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

Shades of Aquamarine #73FCD7

Tints of Aquamarine #73FCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.94%

R = 19.76%
G = 43.3%
B = 36.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#73FCD7 (or 0x73FCD7) is known color: Aquamarine. HEX triplet: 73, FC and D7. RGB value is (115,252,215). Sum of RGB (Red+Green+Blue) = 115+252+215=582 (77% of max value = 765). Red value is 115 (45.31% from 255 or 19.76% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCD7 is #8C0328. Grayscale: #CECECE. Windows color (decimal): -9175849 or 14154867. OLE color: 14154867.

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

Color convert

RGB 115 252 215 -
CMYK 0.54 0 0.15 0.01
HSL 163.8º 0.96% 0.72% -
HSV(B) 163.8º 0.54% 0.99% -
XYZ 54.15 78.17 76.52 -
YUV 206.82 132.61 62.51 -
System Red Green Blue C M Y K H S L
Decimal 115 252 215 0.54 0 0.15 0.01 163.8 0.96 0.72
Hex 73 FC D7 36 0 F 1 A4 60 48
Octal 163 374 327 66 0 17 1 244 140 110
Binary 1110011 11111100 11010111 110110 0 1111 1 10100100 1100000 1001000

Color Harmonies of #73FCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCD7

Black with #73FCD7

Text Example


Text Example

White with #73FCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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