Html Css Color HEX #74AFAE Neptune

📋 copy color: '#74AFAE'

red 116 ◦ green 175 ◦ blue 174

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

Shades of Neptune #74AFAE

Tints of Neptune #74AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.63%

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 24.95%
G = 37.63%
B = 37.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#74AFAE (or 0x74AFAE) is known color: Neptune. HEX triplet: 74, AF and AE. RGB value is (116,175,174). Sum of RGB (Red+Green+Blue) = 116+175+174=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #74AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74AFAE is #8B5051. Grayscale: #9D9D9D. Windows color (decimal): -9130066 or 11448180. OLE color: 11448180.

HSL color Cylindrical-coordinate representation of color #74AFAE: hue angle of 178.98º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74AFAE is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 175 174 -
CMYK 0.34 0 0.01 0.31
HSL 178.98º 0.27% 0.57% -
HSV(B) 178.98º 0.34% 0.69% -
XYZ 30.17 37.43 45.68 -
YUV 157.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 116 175 174 0.34 0 0.01 0.31 178.98 0.27 0.57
Hex 74 AF AE 22 0 1 1F B3 1B 39
Octal 164 257 256 42 0 1 37 263 33 71
Binary 1110100 10101111 10101110 100010 0 1 11111 10110011 11011 111001

Color Harmonies of #74AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFAE

Black with #74AFAE

Text Example


Text Example

White with #74AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,175,174); }

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

background-color css

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

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

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

border-color css

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

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

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