Html Css Color HEX #75A29F Neptune

📋 copy color: '#75A29F'

red 117 ◦ green 162 ◦ blue 159

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

Shades of Neptune #75A29F

Tints of Neptune #75A29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 26.71%
G = 36.99%
B = 36.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#75A29F (or 0x75A29F) is known color: Neptune. HEX triplet: 75, A2 and 9F. RGB value is (117,162,159). Sum of RGB (Red+Green+Blue) = 117+162+159=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #75A29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A29F is #8A5D60. Grayscale: #949494. Windows color (decimal): -9067873 or 10461813. OLE color: 10461813.

HSL color Cylindrical-coordinate representation of color #75A29F: hue angle of 176º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A29F is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 162 159 -
CMYK 0.28 0 0.02 0.36
HSL 176º 0.19% 0.55% -
HSV(B) 176º 0.28% 0.64% -
XYZ 26.51 32.13 37.6 -
YUV 148.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 117 162 159 0.28 0 0.02 0.36 176 0.19 0.55
Hex 75 A2 9F 1C 0 2 24 B0 13 37
Octal 165 242 237 34 0 2 44 260 23 67
Binary 1110101 10100010 10011111 11100 0 10 100100 10110000 10011 110111

Color Harmonies of #75A29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A29F

Black with #75A29F

Text Example


Text Example

White with #75A29F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,162,159); }

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

background-color css

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

 a { background-color: rgb(117,162,159); }

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

border-color css

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

 span { border-color: rgb(117,162,159); }

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