Html Css Color HEX #75ADB3 Neptune

📋 copy color: '#75ADB3'

red 117 ◦ green 173 ◦ blue 179

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

Shades of Neptune #75ADB3

Tints of Neptune #75ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 24.95%
G = 36.89%
B = 38.17%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#75ADB3 (or 0x75ADB3) is known color: Neptune. HEX triplet: 75, AD and B3. RGB value is (117,173,179). Sum of RGB (Red+Green+Blue) = 117+173+179=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #75ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ADB3 is #8A524C. Grayscale: #9C9C9C. Windows color (decimal): -9065037 or 11775349. OLE color: 11775349.

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

Color convert

RGB 117 173 179 -
CMYK 0.35 0.03 0 0.30
HSL 185.81º 0.29% 0.58% -
HSV(B) 185.81º 0.35% 0.7% -
XYZ 30.42 36.92 48.17 -
YUV 156.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 117 173 179 0.35 0.03 0 0.30 185.81 0.29 0.58
Hex 75 AD B3 23 3 0 1E BA 1D 3A
Octal 165 255 263 43 3 0 36 272 35 72
Binary 1110101 10101101 10110011 100011 11 0 11110 10111010 11101 111010

Color Harmonies of #75ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ADB3

Black with #75ADB3

Text Example


Text Example

White with #75ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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