#85BBA6

Color #85BBA6 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #85BBA6

Tints of Sea Nymph #85BBA6

Color information

#85BBA6 (or 0x85BBA6) is unknown color: approx Sea Nymph. HEX triplet: 85, BB and A6. RGB value is (133,187,166). Sum of RGB (Red+Green+Blue) = 133+187+166=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #85BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BBA6 is #7A4459. Grayscale: #A8A8A8. Windows color (decimal): -8012890 or 10926981. OLE color: 10926981.

HSL color Cylindrical-coordinate representation of color #85BBA6: hue angle of 156.67º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BBA6 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB133187166-
CMYK0.2900.110.27
HSL156.67º28.42%62.75%-
HSV(B)156.67º28.88%73.33%-
XYZ34.3343.2842.62-
YUV168.46126.61102.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 166 (65.23% from 255) = 34.16%
R=27.37%
G=38.48%
B=34.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331871660.2900.110.27156.6728.4262.75
Hex85BBA61D0B1B9d1c3f
Octal20527324635013332353477
Binary1000010110111011101001101110101011110111001110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,187,166); }

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

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

 a { background-color: rgb(133,187,166); }

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

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

 span { border-color: rgb(133,187,166); }

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