#75B8B5

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

Shades of Gulf Stream #75B8B5

Tints of Gulf Stream #75B8B5

Color information

#75B8B5 (or 0x75B8B5) is unknown color: approx Gulf Stream. HEX triplet: 75, B8 and B5. RGB value is (117,184,181). Sum of RGB (Red+Green+Blue) = 117+184+181=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 184 - color contains mainly: green. Hex color #75B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B8B5 is #8A474A. Grayscale: #A3A3A3. Windows color (decimal): -9062219 or 11909237. OLE color: 11909237.

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

Color convert

RGB117184181-
CMYK0.3600.020.28
HSL177.31º32.06%59.02%-
HSV(B)177.31º36.41%72.16%-
XYZ32.8241.449.98-
YUV163.62137.894.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 184 (72.27% from 255) = 38.17%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=24.27%
G=38.17%
B=37.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1171841810.3600.020.28177.3132.0659.02
Hex75B8B524021Cb1203b
Octal1652702654402342614073
Binary111010110111000101101011001000101110010110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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