Html Css Color HEX #74AAAA Neptune

📋 copy color: '#74AAAA'

red 116 ◦ green 170 ◦ blue 170

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

Shades of Neptune #74AAAA

Tints of Neptune #74AAAA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.28%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 25.44%
G = 37.28%
B = 37.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#74AAAA (or 0x74AAAA) is known color: Neptune. HEX triplet: 74, AA and AA. RGB value is (116,170,170). Sum of RGB (Red+Green+Blue) = 116+170+170=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #74AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AAAA is #8B5555. Grayscale: #999999. Windows color (decimal): -9131350 or 11184756. OLE color: 11184756.

HSL color Cylindrical-coordinate representation of color #74AAAA: hue angle of 180º degrees, saturation: 0.24, 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 #74AAAA is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 170 -
CMYK 0.32 0 0 0.33
HSL 180º 0.24% 0.56% -
HSV(B) 180º 0.32% 0.67% -
XYZ 28.83 35.36 43.34 -
YUV 153.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 116 170 170 0.32 0 0 0.33 180 0.24 0.56
Hex 74 AA AA 20 0 0 21 B4 18 38
Octal 164 252 252 40 0 0 41 264 30 70
Binary 1110100 10101010 10101010 100000 0 0 100001 10110100 11000 111000

Color Harmonies of #74AAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AAAA

Black with #74AAAA

Text Example


Text Example

White with #74AAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,170); }

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

background-color css

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

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

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

border-color css

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

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

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