#85B2A4

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

Shades of Sea Nymph #85B2A4

Tints of Sea Nymph #85B2A4

Color information

#85B2A4 (or 0x85B2A4) is unknown color: approx Sea Nymph. HEX triplet: 85, B2 and A4. RGB value is (133,178,164). Sum of RGB (Red+Green+Blue) = 133+178+164=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 164 (64.45% from 255 or 34.53% from 475); Max value from RGB is 178 - color contains mainly: green. Hex color #85B2A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85B2A4 is #7A4D5B. Grayscale: #A2A2A2. Windows color (decimal): -8015196 or 10793605. OLE color: 10793605.

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

Color convert

RGB133178164-
CMYK0.2500.080.30
HSL161.33º22.61%60.98%-
HSV(B)161.33º25.28%69.8%-
XYZ32.2939.5141.05-
YUV162.95128.59106.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 164 (64.45% from 255) = 34.53%
R=28%
G=37.47%
B=34.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1331781640.2500.080.30161.3322.6160.98
Hex85B2A419081Ea1173d
Octal20526224431010362412775
Binary1000010110110010101001001100101000111101010000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,178,164); }

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

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

 a { background-color: rgb(133,178,164); }

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

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

 span { border-color: rgb(133,178,164); }

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