Html Css Color HEX #75ADB0 Neptune

📋 copy color: '#75ADB0'

red 117 ◦ green 173 ◦ blue 176

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

Shades of Neptune #75ADB0

Tints of Neptune #75ADB0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

 BLUE value IS 176 (69.14% from 255) = 37.77%

R = 25.11%
G = 37.12%
B = 37.77%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#75ADB0 (or 0x75ADB0) is known color: Neptune. HEX triplet: 75, AD and B0. RGB value is (117,173,176). Sum of RGB (Red+Green+Blue) = 117+173+176=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 176 - color contains mainly: blue. Hex color #75ADB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ADB0 is #8A524F. Grayscale: #9C9C9C. Windows color (decimal): -9065040 or 11578741. OLE color: 11578741.

HSL color Cylindrical-coordinate representation of color #75ADB0: hue angle of 183.05º 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 #75ADB0 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 173 176 -
CMYK 0.34 0.02 0 0.31
HSL 183.05º 0.27% 0.57% -
HSV(B) 183.05º 0.34% 0.69% -
XYZ 30.12 36.8 46.59 -
YUV 156.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 117 173 176 0.34 0.02 0 0.31 183.05 0.27 0.57
Hex 75 AD B0 22 2 0 1F B7 1B 39
Octal 165 255 260 42 2 0 37 267 33 71
Binary 1110101 10101101 10110000 100010 10 0 11111 10110111 11011 111001

Color Harmonies of #75ADB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ADB0

Black with #75ADB0

Text Example


Text Example

White with #75ADB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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