Html Css Color HEX #75AEAD Neptune

📋 copy color: '#75AEAD'

red 117 ◦ green 174 ◦ blue 173

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

Shades of Neptune #75AEAD

Tints of Neptune #75AEAD

RGB

 RED value IS 117 (46.09% from 255) = 25.22%

 GREEN value IS 174 (68.36% from 255) = 37.5%

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 25.22%
G = 37.5%
B = 37.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#75AEAD (or 0x75AEAD) is known color: Neptune. HEX triplet: 75, AE and AD. RGB value is (117,174,173). Sum of RGB (Red+Green+Blue) = 117+174+173=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #75AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AEAD is #8A5152. Grayscale: #9C9C9C. Windows color (decimal): -9064787 or 11382389. OLE color: 11382389.

HSL color Cylindrical-coordinate representation of color #75AEAD: hue angle of 178.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AEAD is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 174 173 -
CMYK 0.33 0 0.01 0.32
HSL 178.95º 0.26% 0.57% -
HSV(B) 178.95º 0.33% 0.68% -
XYZ 30.02 37.07 45.11 -
YUV 156.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 117 174 173 0.33 0 0.01 0.32 178.95 0.26 0.57
Hex 75 AE AD 21 0 1 20 B3 1A 39
Octal 165 256 255 41 0 1 40 263 32 71
Binary 1110101 10101110 10101101 100001 0 1 100000 10110011 11010 111001

Color Harmonies of #75AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AEAD

Black with #75AEAD

Text Example


Text Example

White with #75AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AEAD; }

 p { color: rgb(117,174,173); }

 H1.HeaderClassName
 {
   color: #75AEAD;
 }
 .AnyTagClassName
 {
   color: #75AEAD;
 }
</style>

background-color css

<style>
 a { background-color: #75AEAD; }

 a { background-color: rgb(117,174,173); }

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

border-color css

<style>
 span { border-color: #75AEAD; }

 span { border-color: rgb(117,174,173); }

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