Html Css Color HEX #74ACAB Neptune

📋 copy color: '#74ACAB'

red 116 ◦ green 172 ◦ blue 171

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

Shades of Neptune #74ACAB

Tints of Neptune #74ACAB

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 116 172 171 -
CMYK 0.33 0 0.01 0.33
HSL 178.93º 0.25% 0.56% -
HSV(B) 178.93º 0.33% 0.67% -
XYZ 29.31 36.16 43.96 -
YUV 155.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 116 172 171 0.33 0 0.01 0.33 178.93 0.25 0.56
Hex 74 AC AB 21 0 1 21 B3 19 38
Octal 164 254 253 41 0 1 41 263 31 70
Binary 1110100 10101100 10101011 100001 0 1 100001 10110011 11001 111000

Color Harmonies of #74ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ACAB

Black with #74ACAB

Text Example


Text Example

White with #74ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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