Html Css Color HEX #74ABA9 Neptune

📋 copy color: '#74ABA9'

red 116 ◦ green 171 ◦ blue 169

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

Shades of Neptune #74ABA9

Tints of Neptune #74ABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.5%

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

R = 25.44%
G = 37.5%
B = 37.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#74ABA9 (or 0x74ABA9) is known color: Neptune. HEX triplet: 74, AB and A9. RGB value is (116,171,169). Sum of RGB (Red+Green+Blue) = 116+171+169=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #74ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ABA9 is #8B5456. Grayscale: #9A9A9A. Windows color (decimal): -9131095 or 11119476. OLE color: 11119476.

HSL color Cylindrical-coordinate representation of color #74ABA9: hue angle of 177.82º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74ABA9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 171 169 -
CMYK 0.32 0 0.01 0.33
HSL 177.82º 0.25% 0.56% -
HSV(B) 177.82º 0.32% 0.67% -
XYZ 28.93 35.7 42.9 -
YUV 154.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 116 171 169 0.32 0 0.01 0.33 177.82 0.25 0.56
Hex 74 AB A9 20 0 1 21 B2 19 38
Octal 164 253 251 40 0 1 41 262 31 70
Binary 1110100 10101011 10101001 100000 0 1 100001 10110010 11001 111000

Color Harmonies of #74ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABA9

Black with #74ABA9

Text Example


Text Example

White with #74ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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