#75B9B3

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

Shades of Gulf Stream #75B9B3

Tints of Gulf Stream #75B9B3

Color information

#75B9B3 (or 0x75B9B3) is unknown color: approx Gulf Stream. HEX triplet: 75, B9 and B3. RGB value is (117,185,179). Sum of RGB (Red+Green+Blue) = 117+185+179=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #75B9B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B9B3 is #8A464C. Grayscale: #A3A3A3. Windows color (decimal): -9061965 or 11778421. OLE color: 11778421.

HSL color Cylindrical-coordinate representation of color #75B9B3: hue angle of 174.71º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75B9B3 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB117185179-
CMYK0.3700.030.27
HSL174.71º32.69%59.22%-
HSV(B)174.71º36.76%72.55%-
XYZ32.8241.7348.97-
YUV163.98136.4794.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.32%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 179 (70.31% from 255) = 37.21%
R=24.32%
G=38.46%
B=37.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171851790.3700.030.27174.7132.6959.22
Hex75B9B325031Baf213b
Octal1652712634503332574173
Binary111010110111001101100111001010111101110101111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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