Html Css Color HEX #74A0A9 Neptune

📋 copy color: '#74A0A9'

red 116 ◦ green 160 ◦ blue 169

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

Shades of Neptune #74A0A9

Tints of Neptune #74A0A9

RGB

 RED value IS 116 (45.7% from 255) = 26.07%

 GREEN value IS 160 (62.89% from 255) = 35.96%

 BLUE value IS 169 (66.41% from 255) = 37.98%

R = 26.07%
G = 35.96%
B = 37.98%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#74A0A9 (or 0x74A0A9) is known color: Neptune. HEX triplet: 74, A0 and A9. RGB value is (116,160,169). Sum of RGB (Red+Green+Blue) = 116+160+169=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 169 - color contains mainly: blue. Hex color #74A0A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A0A9 is #8B5F56. Grayscale: #939393. Windows color (decimal): -9133911 or 11116660. OLE color: 11116660.

HSL color Cylindrical-coordinate representation of color #74A0A9: hue angle of 190.19º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A0A9 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 160 169 -
CMYK 0.31 0.05 0 0.34
HSL 190.19º 0.24% 0.56% -
HSV(B) 190.19º 0.31% 0.66% -
XYZ 26.93 31.72 42.24 -
YUV 147.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 116 160 169 0.31 0.05 0 0.34 190.19 0.24 0.56
Hex 74 A0 A9 1F 5 0 22 BE 18 38
Octal 164 240 251 37 5 0 42 276 30 70
Binary 1110100 10100000 10101001 11111 101 0 100010 10111110 11000 111000

Color Harmonies of #74A0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A0A9

Black with #74A0A9

Text Example


Text Example

White with #74A0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A0A9; }

 p { color: rgb(116,160,169); }

 H1.HeaderClassName
 {
   color: #74A0A9;
 }
 .AnyTagClassName
 {
   color: #74A0A9;
 }
</style>

background-color css

<style>
 a { background-color: #74A0A9; }

 a { background-color: rgb(116,160,169); }

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

border-color css

<style>
 span { border-color: #74A0A9; }

 span { border-color: rgb(116,160,169); }

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