#85BEA4

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

Shades of Sea Nymph #85BEA4

Tints of Sea Nymph #85BEA4

Color information

#85BEA4 (or 0x85BEA4) is unknown color: approx Sea Nymph. HEX triplet: 85, BE and A4. RGB value is (133,190,164). Sum of RGB (Red+Green+Blue) = 133+190+164=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEA4 is #7A415B. Grayscale: #AAAAAA. Windows color (decimal): -8012124 or 10796677. OLE color: 10796677.

HSL color Cylindrical-coordinate representation of color #85BEA4: hue angle of 152.63º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BEA4 is Cyan = 0.3, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB133190164-
CMYK0.300.140.25
HSL152.63º30.48%63.33%-
HSV(B)152.63º30%74.51%-
XYZ34.7944.4941.88-
YUV169.99124.62101.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.31%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 164 (64.45% from 255) = 33.68%
R=27.31%
G=39.01%
B=33.68%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331901640.300.140.25152.6330.4863.33
Hex85BEA41E0E19991e3f
Octal20527624436016312313677
Binary1000010110111110101001001111001110110011001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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