Html Css Color HEX #73ACAF Neptune

📋 copy color: '#73ACAF'

red 115 ◦ green 172 ◦ blue 175

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

Shades of Neptune #73ACAF

Tints of Neptune #73ACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 24.89%
G = 37.23%
B = 37.88%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#73ACAF (or 0x73ACAF) is known color: Neptune. HEX triplet: 73, AC and AF. RGB value is (115,172,175). Sum of RGB (Red+Green+Blue) = 115+172+175=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 175 - color contains mainly: blue. Hex color #73ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73ACAF is #8C5350. Grayscale: #9B9B9B. Windows color (decimal): -9196369 or 11512947. OLE color: 11512947.

HSL color Cylindrical-coordinate representation of color #73ACAF: hue angle of 183º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73ACAF is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 172 175 -
CMYK 0.34 0.02 0 0.31
HSL 183º 0.27% 0.57% -
HSV(B) 183º 0.34% 0.69% -
XYZ 29.56 36.25 46 -
YUV 155.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 115 172 175 0.34 0.02 0 0.31 183 0.27 0.57
Hex 73 AC AF 22 2 0 1F B7 1B 39
Octal 163 254 257 42 2 0 37 267 33 71
Binary 1110011 10101100 10101111 100010 10 0 11111 10110111 11011 111001

Color Harmonies of #73ACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ACAF

Black with #73ACAF

Text Example


Text Example

White with #73ACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,172,175); }

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

background-color css

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

 a { background-color: rgb(115,172,175); }

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

border-color css

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

 span { border-color: rgb(115,172,175); }

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