Html Css Color HEX #74B0AF Neptune

📋 copy color: '#74B0AF'

red 116 ◦ green 176 ◦ blue 175

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

Shades of Neptune #74B0AF

Tints of Neptune #74B0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

 BLUE value IS 175 (68.75% from 255) = 37.47%

R = 24.84%
G = 37.69%
B = 37.47%

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

#74B0AF (or 0x74B0AF) is known color: Neptune. HEX triplet: 74, B0 and AF. RGB value is (116,176,175). Sum of RGB (Red+Green+Blue) = 116+176+175=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #74B0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74B0AF is #8B4F50. Grayscale: #9D9D9D. Windows color (decimal): -9129809 or 11513972. OLE color: 11513972.

HSL color Cylindrical-coordinate representation of color #74B0AF: hue angle of 179º degrees, saturation: 0.28, 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 #74B0AF is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 176 175 -
CMYK 0.34 0 0.01 0.31
HSL 179º 0.28% 0.57% -
HSV(B) 179º 0.34% 0.69% -
XYZ 30.47 37.86 46.26 -
YUV 157.95 137.62 98.08 -
System Red Green Blue C M Y K H S L
Decimal 116 176 175 0.34 0 0.01 0.31 179 0.28 0.57
Hex 74 B0 AF 22 0 1 1F B3 1C 39
Octal 164 260 257 42 0 1 37 263 34 71
Binary 1110100 10110000 10101111 100010 0 1 11111 10110011 11100 111001

Color Harmonies of #74B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B0AF

Black with #74B0AF

Text Example


Text Example

White with #74B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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