Html Css Color HEX #75B0AE Neptune

📋 copy color: '#75B0AE'

red 117 ◦ green 176 ◦ blue 174

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

Shades of Neptune #75B0AE

Tints of Neptune #75B0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 25.05%
G = 37.69%
B = 37.26%

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

#75B0AE (or 0x75B0AE) is known color: Neptune. HEX triplet: 75, B0 and AE. RGB value is (117,176,174). Sum of RGB (Red+Green+Blue) = 117+176+174=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 176 - color contains mainly: green. Hex color #75B0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75B0AE is #8A4F51. Grayscale: #9E9E9E. Windows color (decimal): -9064274 or 11448437. OLE color: 11448437.

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

Color convert

RGB 117 176 174 -
CMYK 0.34 0 0.01 0.31
HSL 177.97º 0.27% 0.57% -
HSV(B) 177.97º 0.34% 0.69% -
XYZ 30.5 37.89 45.75 -
YUV 158.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 117 176 174 0.34 0 0.01 0.31 177.97 0.27 0.57
Hex 75 B0 AE 22 0 1 1F B2 1B 39
Octal 165 260 256 42 0 1 37 262 33 71
Binary 1110101 10110000 10101110 100010 0 1 11111 10110010 11011 111001

Color Harmonies of #75B0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B0AE

Black with #75B0AE

Text Example


Text Example

White with #75B0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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