Html Css Color HEX #74ABAC Neptune

📋 copy color: '#74ABAC'

red 116 ◦ green 171 ◦ blue 172

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

Shades of Neptune #74ABAC

Tints of Neptune #74ABAC

RGB

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

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

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

R = 25.27%
G = 37.25%
B = 37.47%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#74ABAC (or 0x74ABAC) is known color: Neptune. HEX triplet: 74, AB and AC. RGB value is (116,171,172). Sum of RGB (Red+Green+Blue) = 116+171+172=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #74ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74ABAC is #8B5453. Grayscale: #9A9A9A. Windows color (decimal): -9131092 or 11316084. OLE color: 11316084.

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

Color convert

RGB 116 171 172 -
CMYK 0.33 0.01 0 0.33
HSL 181.07º 0.25% 0.56% -
HSV(B) 181.07º 0.33% 0.67% -
XYZ 29.21 35.82 44.4 -
YUV 154.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 116 171 172 0.33 0.01 0 0.33 181.07 0.25 0.56
Hex 74 AB AC 21 1 0 21 B5 19 38
Octal 164 253 254 41 1 0 41 265 31 70
Binary 1110100 10101011 10101100 100001 1 0 100001 10110101 11001 111000

Color Harmonies of #74ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABAC

Black with #74ABAC

Text Example


Text Example

White with #74ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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