#75B6B0

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

Shades of Gulf Stream #75B6B0

Tints of Gulf Stream #75B6B0

Color information

#75B6B0 (or 0x75B6B0) is unknown color: approx Gulf Stream. HEX triplet: 75, B6 and B0. RGB value is (117,182,176). Sum of RGB (Red+Green+Blue) = 117+182+176=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #75B6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75B6B0 is #8A494F. Grayscale: #A1A1A1. Windows color (decimal): -9062736 or 11581045. OLE color: 11581045.

HSL color Cylindrical-coordinate representation of color #75B6B0: hue angle of 174.46º 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 #75B6B0 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB117182176-
CMYK0.3600.030.29
HSL174.46º30.81%58.63%-
HSV(B)174.46º35.71%71.37%-
XYZ31.940.3747.19-
YUV161.88135.9795.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 176 (69.14% from 255) = 37.05%
R=24.63%
G=38.32%
B=37.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821760.3600.030.29174.4630.8158.63
Hex75B6B024031Dae1f3b
Octal1652662604403352563773
Binary11101011011011010110000100100011111011010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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