#75B7AE

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

Shades of Gulf Stream #75B7AE

Tints of Gulf Stream #75B7AE

Color information

#75B7AE (or 0x75B7AE) is unknown color: approx Gulf Stream. HEX triplet: 75, B7 and AE. RGB value is (117,183,174). Sum of RGB (Red+Green+Blue) = 117+183+174=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #75B7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B7AE is #8A4851. Grayscale: #A2A2A2. Windows color (decimal): -9062482 or 11450229. OLE color: 11450229.

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

Color convert

RGB117183174-
CMYK0.3600.050.28
HSL171.82º31.43%58.82%-
HSV(B)171.82º36.07%71.76%-
XYZ31.9140.746.22-
YUV162.24134.6395.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 174 (68.36% from 255) = 36.71%
R=24.68%
G=38.61%
B=36.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171831740.3600.050.28171.8231.4358.82
Hex75B7AE24051Cac1f3b
Octal1652672564405342543773
Binary111010110110111101011101001000101111001010110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,174); }

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

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

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

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

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

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

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