Html Css Color HEX #73FCCC Aquamarine

📋 copy color: '#73FCCC'

red 115 ◦ green 252 ◦ blue 204

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

Shades of Aquamarine #73FCCC

Tints of Aquamarine #73FCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 20.14%
G = 44.13%
B = 35.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#73FCCC (or 0x73FCCC) is known color: Aquamarine. HEX triplet: 73, FC and CC. RGB value is (115,252,204). Sum of RGB (Red+Green+Blue) = 115+252+204=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FCCC is #8C0333. Grayscale: #CDCDCD. Windows color (decimal): -9175860 or 13433971. OLE color: 13433971.

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

Color convert

RGB 115 252 204 -
CMYK 0.54 0 0.19 0.01
HSL 158.98º 0.96% 0.72% -
HSV(B) 158.98º 0.54% 0.99% -
XYZ 52.78 77.63 69.33 -
YUV 205.57 127.11 63.4 -
System Red Green Blue C M Y K H S L
Decimal 115 252 204 0.54 0 0.19 0.01 158.98 0.96 0.72
Hex 73 FC CC 36 0 13 1 9F 60 48
Octal 163 374 314 66 0 23 1 237 140 110
Binary 1110011 11111100 11001100 110110 0 10011 1 10011111 1100000 1001000

Color Harmonies of #73FCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FCCC

Black with #73FCCC

Text Example


Text Example

White with #73FCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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