Html Css Color HEX #85B9AE Sea Nymph

📋 copy color: '#85B9AE'

red 133 ◦ green 185 ◦ blue 174

#85B9AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #85B9AE

Tints of Sea Nymph #85B9AE

RGB

 RED value IS 133 (52.34% from 255) = 27.03%

 GREEN value IS 185 (72.66% from 255) = 37.6%

 BLUE value IS 174 (68.36% from 255) = 35.37%

R = 27.03%
G = 37.6%
B = 35.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#85B9AE (or 0x85B9AE) is known color: Sea Nymph. HEX triplet: 85, B9 and AE. RGB value is (133,185,174). Sum of RGB (Red+Green+Blue) = 133+185+174=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #85B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B9AE is #7A4651. Grayscale: #A8A8A8. Windows color (decimal): -8013394 or 11450757. OLE color: 11450757.

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

Color convert

RGB 133 185 174 -
CMYK 0.28 0 0.06 0.27
HSL 167.31º 0.27% 0.62% -
HSV(B) 167.31º 0.28% 0.73% -
XYZ 34.66 42.74 46.47 -
YUV 168.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 133 185 174 0.28 0 0.06 0.27 167.31 0.27 0.62
Hex 85 B9 AE 1C 0 6 1B A7 1B 3E
Octal 205 271 256 34 0 6 33 247 33 76
Binary 10000101 10111001 10101110 11100 0 110 11011 10100111 11011 111110

Color Harmonies of #85B9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B9AE

Black with #85B9AE

Text Example


Text Example

White with #85B9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,185,174); }

 H1.HeaderClassName
 {
   color: #85B9AE;
 }
 .AnyTagClassName
 {
   color: #85B9AE;
 }
</style>

background-color css

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

 a { background-color: rgb(133,185,174); }

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

border-color css

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

 span { border-color: rgb(133,185,174); }

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