Html Css Color HEX #74A3AC Neptune

📋 copy color: '#74A3AC'

red 116 ◦ green 163 ◦ blue 172

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

Shades of Neptune #74A3AC

Tints of Neptune #74A3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 25.72%
G = 36.14%
B = 38.14%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#74A3AC (or 0x74A3AC) is known color: Neptune. HEX triplet: 74, A3 and AC. RGB value is (116,163,172). Sum of RGB (Red+Green+Blue) = 116+163+172=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #74A3AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A3AC is #8B5C53. Grayscale: #959595. Windows color (decimal): -9133140 or 11314036. OLE color: 11314036.

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

Color convert

RGB 116 163 172 -
CMYK 0.33 0.05 0 0.33
HSL 189.64º 0.25% 0.56% -
HSV(B) 189.64º 0.33% 0.67% -
XYZ 27.75 32.89 43.91 -
YUV 149.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 116 163 172 0.33 0.05 0 0.33 189.64 0.25 0.56
Hex 74 A3 AC 21 5 0 21 BE 19 38
Octal 164 243 254 41 5 0 41 276 31 70
Binary 1110100 10100011 10101100 100001 101 0 100001 10111110 11001 111000

Color Harmonies of #74A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A3AC

Black with #74A3AC

Text Example


Text Example

White with #74A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,163,172); }

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

background-color css

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

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

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

border-color css

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

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

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