Html Css Color HEX #73FCC5 Aquamarine

📋 copy color: '#73FCC5'

red 115 ◦ green 252 ◦ blue 197

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

Shades of Aquamarine #73FCC5

Tints of Aquamarine #73FCC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.93%

R = 20.39%
G = 44.68%
B = 34.93%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#73FCC5 (or 0x73FCC5) is known color: Aquamarine. HEX triplet: 73, FC and C5. RGB value is (115,252,197). Sum of RGB (Red+Green+Blue) = 115+252+197=564 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.39% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCC5 is #8C033A. Grayscale: #CCCCCC. Windows color (decimal): -9175867 or 12975219. OLE color: 12975219.

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

Color convert

RGB 115 252 197 -
CMYK 0.54 0 0.22 0.01
HSL 155.91º 0.96% 0.72% -
HSV(B) 155.91º 0.54% 0.99% -
XYZ 51.96 77.3 65 -
YUV 204.77 123.61 63.97 -
System Red Green Blue C M Y K H S L
Decimal 115 252 197 0.54 0 0.22 0.01 155.91 0.96 0.72
Hex 73 FC C5 36 0 16 1 9C 60 48
Octal 163 374 305 66 0 26 1 234 140 110
Binary 1110011 11111100 11000101 110110 0 10110 1 10011100 1100000 1001000

Color Harmonies of #73FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCC5

Black with #73FCC5

Text Example


Text Example

White with #73FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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