#75B5AF

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

Shades of Gulf Stream #75B5AF

Tints of Gulf Stream #75B5AF

Color information

#75B5AF (or 0x75B5AF) is unknown color: approx Gulf Stream. HEX triplet: 75, B5 and AF. RGB value is (117,181,175). Sum of RGB (Red+Green+Blue) = 117+181+175=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #75B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B5AF is #8A4A50. Grayscale: #A1A1A1. Windows color (decimal): -9062993 or 11515253. OLE color: 11515253.

HSL color Cylindrical-coordinate representation of color #75B5AF: hue angle of 174.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75B5AF is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB117181175-
CMYK0.3500.030.29
HSL174.38º30.19%58.43%-
HSV(B)174.38º35.36%70.98%-
XYZ31.639.9246.6-
YUV161.18135.896.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=24.74%
G=38.27%
B=37.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171811750.3500.030.29174.3830.1958.43
Hex75B5AF23031Dae1e3a
Octal1652652574303352563672
Binary11101011011010110101111100011011111011010111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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