#75B6AB

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

Shades of Gulf Stream #75B6AB

Tints of Gulf Stream #75B6AB

Color information

#75B6AB (or 0x75B6AB) is unknown color: approx Gulf Stream. HEX triplet: 75, B6 and AB. RGB value is (117,182,171). Sum of RGB (Red+Green+Blue) = 117+182+171=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 182 (71.48% from 255 or 38.72% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 182 - color contains mainly: green. Hex color #75B6AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B6AB is #8A4954. Grayscale: #A1A1A1. Windows color (decimal): -9062741 or 11253365. OLE color: 11253365.

HSL color Cylindrical-coordinate representation of color #75B6AB: hue angle of 169.85º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75B6AB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB117182171-
CMYK0.3600.060.29
HSL169.85º30.81%58.63%-
HSV(B)169.85º35.71%71.37%-
XYZ31.4140.1844.63-
YUV161.31133.4796.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.89%
GREEN value IS 182 (71.48% from 255) = 38.72%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=24.89%
G=38.72%
B=36.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821710.3600.060.29169.8530.8158.63
Hex75B6AB24061Daa1f3b
Octal1652662534406352523773
Binary111010110110110101010111001000110111011010101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,182,171); }

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

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

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

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

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

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

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