#75AFAB

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

Shades of Gulf Stream #75AFAB

Tints of Gulf Stream #75AFAB

Color information

#75AFAB (or 0x75AFAB) is unknown color: approx Gulf Stream. HEX triplet: 75, AF and AB. RGB value is (117,175,171). Sum of RGB (Red+Green+Blue) = 117+175+171=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #75AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75AFAB is #8A5054. Grayscale: #9D9D9D. Windows color (decimal): -9064533 or 11251573. OLE color: 11251573.

HSL color Cylindrical-coordinate representation of color #75AFAB: hue angle of 175.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75AFAB is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB117175171-
CMYK0.3300.020.31
HSL175.86º26.61%57.25%-
HSV(B)175.86º33.14%68.63%-
XYZ30.0237.3844.16-
YUV157.2135.7899.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.27%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=25.27%
G=37.80%
B=36.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171751710.3300.020.31175.8626.6157.25
Hex75AFAB21021Fb01b39
Octal1652572534102372603371
Binary11101011010111110101011100001010111111011000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,175,171); }

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

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

 a { background-color: rgb(117,175,171); }

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

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

 span { border-color: rgb(117,175,171); }

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