#85B3AF

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

Shades of Gulf Stream #85B3AF

Tints of Gulf Stream #85B3AF

Color information

#85B3AF (or 0x85B3AF) is unknown color: approx Gulf Stream. HEX triplet: 85, B3 and AF. RGB value is (133,179,175). Sum of RGB (Red+Green+Blue) = 133+179+175=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #85B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B3AF is #7A4C50. Grayscale: #A4A4A4. Windows color (decimal): -8014929 or 11514757. OLE color: 11514757.

HSL color Cylindrical-coordinate representation of color #85B3AF: hue angle of 174.78º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85B3AF is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB133179175-
CMYK0.2600.020.30
HSL174.78º23.23%61.18%-
HSV(B)174.78º25.7%70.2%-
XYZ33.5340.3246.57-
YUV164.79133.76105.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=27.31%
G=36.76%
B=35.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331791750.2600.020.30174.7823.2361.18
Hex85B3AF1A021Eaf173d
Octal2052632573202362572775
Binary10000101101100111010111111010010111101010111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85B3AF; }

 p { color: rgb(133,179,175); }

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

<style>
 a { background-color: #85B3AF; }

 a { background-color: rgb(133,179,175); }

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

<style>
 span { border-color: #85B3AF; }

 span { border-color: rgb(133,179,175); }

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