Html Css Color HEX #73FCE6 Aquamarine

📋 copy color: '#73FCE6'

red 115 ◦ green 252 ◦ blue 230

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

Shades of Aquamarine #73FCE6

Tints of Aquamarine #73FCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.53%

R = 19.26%
G = 42.21%
B = 38.53%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#73FCE6 (or 0x73FCE6) is known color: Aquamarine. HEX triplet: 73, FC and E6. RGB value is (115,252,230). Sum of RGB (Red+Green+Blue) = 115+252+230=597 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.26% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCE6 is #8C0319. Grayscale: #D0D0D0. Windows color (decimal): -9175834 or 15137907. OLE color: 15137907.

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

Color convert

RGB 115 252 230 -
CMYK 0.54 0 0.09 0.01
HSL 170.37º 0.96% 0.72% -
HSV(B) 170.37º 0.54% 0.99% -
XYZ 56.16 78.98 87.15 -
YUV 208.53 140.11 61.29 -
System Red Green Blue C M Y K H S L
Decimal 115 252 230 0.54 0 0.09 0.01 170.37 0.96 0.72
Hex 73 FC E6 36 0 9 1 AA 60 48
Octal 163 374 346 66 0 11 1 252 140 110
Binary 1110011 11111100 11100110 110110 0 1001 1 10101010 1100000 1001000

Color Harmonies of #73FCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCE6

Black with #73FCE6

Text Example


Text Example

White with #73FCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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