#75AFAF

Color #75AFAF Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #75AFAF

Tints of Neptune #75AFAF

Color information

#75AFAF (or 0x75AFAF) is unknown color: approx Neptune. HEX triplet: 75, AF and AF. RGB value is (117,175,175). Sum of RGB (Red+Green+Blue) = 117+175+175=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #75AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AFAF is #8A5050. Grayscale: #9D9D9D. Windows color (decimal): -9064529 or 11513717. OLE color: 11513717.

HSL color Cylindrical-coordinate representation of color #75AFAF: hue angle of 180º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AFAF is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117175175-
CMYK0.33000.31
HSL180º26.61%57.25%-
HSV(B)180º33.14%68.63%-
XYZ30.437.5446.2-
YUV157.66137.7899-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.05%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=25.05%
G=37.47%
B=37.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171751750.33000.3118026.6157.25
Hex75AFAF21001Fb41b39
Octal1652572574100372643371
Binary1110101101011111010111110000100111111011010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,175,175); }

 H1.HeaderClassName
 {
   color: #75AFAF;
 }
 .AnyTagClassName
 {
   color: #75AFAF;
 }
</style>
background-color css

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

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

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

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

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

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