Html Css Color HEX #75ADB5 Neptune

📋 copy color: '#75ADB5'

red 117 ◦ green 173 ◦ blue 181

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

Shades of Neptune #75ADB5

Tints of Neptune #75ADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.43%

R = 24.84%
G = 36.73%
B = 38.43%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#75ADB5 (or 0x75ADB5) is known color: Neptune. HEX triplet: 75, AD and B5. RGB value is (117,173,181). Sum of RGB (Red+Green+Blue) = 117+173+181=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 181 - color contains mainly: blue. Hex color #75ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADB5 is #8A524A. Grayscale: #9D9D9D. Windows color (decimal): -9065035 or 11906421. OLE color: 11906421.

HSL color Cylindrical-coordinate representation of color #75ADB5: hue angle of 187.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75ADB5 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 173 181 -
CMYK 0.35 0.04 0 0.29
HSL 187.5º 0.3% 0.58% -
HSV(B) 187.5º 0.35% 0.71% -
XYZ 30.62 37.01 49.24 -
YUV 157.17 141.45 99.35 -
System Red Green Blue C M Y K H S L
Decimal 117 173 181 0.35 0.04 0 0.29 187.5 0.3 0.58
Hex 75 AD B5 23 4 0 1D BC 1E 3A
Octal 165 255 265 43 4 0 35 274 36 72
Binary 1110101 10101101 10110101 100011 100 0 11101 10111100 11110 111010

Color Harmonies of #75ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ADB5

Black with #75ADB5

Text Example


Text Example

White with #75ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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