#75B6B3

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

Shades of Gulf Stream #75B6B3

Tints of Gulf Stream #75B6B3

Color information

#75B6B3 (or 0x75B6B3) is unknown color: approx Gulf Stream. HEX triplet: 75, B6 and B3. RGB value is (117,182,179). Sum of RGB (Red+Green+Blue) = 117+182+179=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #75B6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B6B3 is #8A494C. Grayscale: #A2A2A2. Windows color (decimal): -9062733 or 11777653. OLE color: 11777653.

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

Color convert

RGB117182179-
CMYK0.3600.020.29
HSL177.23º30.81%58.63%-
HSV(B)177.23º35.71%71.37%-
XYZ32.240.4948.77-
YUV162.22137.4795.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.48%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=24.48%
G=38.08%
B=37.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1171821790.3600.020.29177.2330.8158.63
Hex75B6B324021Db11f3b
Octal1652662634402352613773
Binary11101011011011010110011100100010111011011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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