#75B3B3

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

Shades of Neptune #75B3B3

Tints of Neptune #75B3B3

Color information

#75B3B3 (or 0x75B3B3) is unknown color: approx Neptune. HEX triplet: 75, B3 and B3. RGB value is (117,179,179). Sum of RGB (Red+Green+Blue) = 117+179+179=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #75B3B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B3B3 is #8A4C4C. Grayscale: #A0A0A0. Windows color (decimal): -9063501 or 11776885. OLE color: 11776885.

HSL color Cylindrical-coordinate representation of color #75B3B3: hue angle of 180º 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 #75B3B3 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB117179179-
CMYK0.35000.30
HSL180º28.97%58.04%-
HSV(B)180º34.64%70.2%-
XYZ31.5939.2848.56-
YUV160.46138.4697-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=24.63%
G=37.68%
B=37.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1171791790.35000.3018028.9758.04
Hex75B3B323001Eb41d3a
Octal1652632634300362643572
Binary1110101101100111011001110001100111101011010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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