#85BBAD

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

Shades of Sea Nymph #85BBAD

Tints of Sea Nymph #85BBAD

Color information

#85BBAD (or 0x85BBAD) is unknown color: approx Sea Nymph. HEX triplet: 85, BB and AD. RGB value is (133,187,173). Sum of RGB (Red+Green+Blue) = 133+187+173=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #85BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BBAD is #7A4452. Grayscale: #A9A9A9. Windows color (decimal): -8012883 or 11385733. OLE color: 11385733.

HSL color Cylindrical-coordinate representation of color #85BBAD: hue angle of 164.44º 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 #85BBAD is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB133187173-
CMYK0.2900.070.27
HSL164.44º28.42%62.75%-
HSV(B)164.44º28.88%73.33%-
XYZ34.9943.5446.1-
YUV169.26130.11102.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.98%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=26.98%
G=37.93%
B=35.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1331871730.2900.070.27164.4428.4262.75
Hex85BBAD1D071Ba41c3f
Octal2052732553507332443477
Binary100001011011101110101101111010111110111010010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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