Html Css Color HEX #85B7AC Sea Nymph

📋 copy color: '#85B7AC'

red 133 ◦ green 183 ◦ blue 172

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

Shades of Sea Nymph #85B7AC

Tints of Sea Nymph #85B7AC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

 BLUE value IS 172 (67.58% from 255) = 35.25%

R = 27.25%
G = 37.5%
B = 35.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#85B7AC (or 0x85B7AC) is known color: Sea Nymph. HEX triplet: 85, B7 and AC. RGB value is (133,183,172). Sum of RGB (Red+Green+Blue) = 133+183+172=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 183 - color contains mainly: green. Hex color #85B7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B7AC is #7A4853. Grayscale: #A6A6A6. Windows color (decimal): -8013908 or 11319173. OLE color: 11319173.

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

Color convert

RGB 133 183 172 -
CMYK 0.27 0 0.06 0.28
HSL 166.8º 0.26% 0.62% -
HSV(B) 166.8º 0.27% 0.72% -
XYZ 34.05 41.83 45.31 -
YUV 166.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 133 183 172 0.27 0 0.06 0.28 166.8 0.26 0.62
Hex 85 B7 AC 1B 0 6 1C A7 1A 3E
Octal 205 267 254 33 0 6 34 247 32 76
Binary 10000101 10110111 10101100 11011 0 110 11100 10100111 11010 111110

Color Harmonies of #85B7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B7AC

Black with #85B7AC

Text Example


Text Example

White with #85B7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,183,172); }

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

background-color css

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

 a { background-color: rgb(133,183,172); }

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

border-color css

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

 span { border-color: rgb(133,183,172); }

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