Html Css Color HEX #75ACAA Neptune

📋 copy color: '#75ACAA'

red 117 ◦ green 172 ◦ blue 170

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

Shades of Neptune #75ACAA

Tints of Neptune #75ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.47%

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 25.49%
G = 37.47%
B = 37.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#75ACAA (or 0x75ACAA) is known color: Neptune. HEX triplet: 75, AC and AA. RGB value is (117,172,170). Sum of RGB (Red+Green+Blue) = 117+172+170=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #75ACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75ACAA is #8A5355. Grayscale: #9B9B9B. Windows color (decimal): -9065302 or 11185269. OLE color: 11185269.

HSL color Cylindrical-coordinate representation of color #75ACAA: hue angle of 177.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75ACAA is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 172 170 -
CMYK 0.32 0 0.01 0.33
HSL 177.82º 0.25% 0.57% -
HSV(B) 177.82º 0.32% 0.67% -
XYZ 29.34 36.19 43.47 -
YUV 155.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 117 172 170 0.32 0 0.01 0.33 177.82 0.25 0.57
Hex 75 AC AA 20 0 1 21 B2 19 39
Octal 165 254 252 40 0 1 41 262 31 71
Binary 1110101 10101100 10101010 100000 0 1 100001 10110010 11001 111001

Color Harmonies of #75ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACAA

Black with #75ACAA

Text Example


Text Example

White with #75ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,170); }

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

background-color css

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

 a { background-color: rgb(117,172,170); }

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

border-color css

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

 span { border-color: rgb(117,172,170); }

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