Html Css Color HEX #73FFCF Aquamarine

📋 copy color: '#73FFCF'

red 115 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #73FFCF

Tints of Aquamarine #73FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 44.19%

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 19.93%
G = 44.19%
B = 35.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#73FFCF (or 0x73FFCF) is known color: Aquamarine. HEX triplet: 73, FF and CF. RGB value is (115,255,207). Sum of RGB (Red+Green+Blue) = 115+255+207=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #73FFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73FFCF is #8C0030. Grayscale: #CFCFCF. Windows color (decimal): -9175089 or 13631347. OLE color: 13631347.

HSL color Cylindrical-coordinate representation of color #73FFCF: hue angle of 159.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FFCF is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 115 255 207 -
CMYK 0.55 0 0.19 0
HSL 159.43º 1% 0.73% -
HSV(B) 159.43º 0.55% 1% -
XYZ 54.09 79.67 71.56 -
YUV 207.67 127.62 61.9 -
System Red Green Blue C M Y K H S L
Decimal 115 255 207 0.55 0 0.19 0 159.43 1 0.73
Hex 73 FF CF 37 0 13 0 9F 64 49
Octal 163 377 317 67 0 23 0 237 144 111
Binary 1110011 11111111 11001111 110111 0 10011 0 10011111 1100100 1001001

Color Harmonies of #73FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FFCF

Black with #73FFCF

Text Example


Text Example

White with #73FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,255,207); }

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

background-color css

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

 a { background-color: rgb(115,255,207); }

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

border-color css

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

 span { border-color: rgb(115,255,207); }

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