Html Css Color HEX #85BAAC Sea Nymph

📋 copy color: '#85BAAC'

red 133 ◦ green 186 ◦ blue 172

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

Shades of Sea Nymph #85BAAC

Tints of Sea Nymph #85BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

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

R = 27.09%
G = 37.88%
B = 35.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#85BAAC (or 0x85BAAC) is known color: Sea Nymph. HEX triplet: 85, BA and AC. RGB value is (133,186,172). Sum of RGB (Red+Green+Blue) = 133+186+172=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #85BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BAAC is #7A4553. Grayscale: #A8A8A8. Windows color (decimal): -8013140 or 11319941. OLE color: 11319941.

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

Color convert

RGB 133 186 172 -
CMYK 0.28 0 0.08 0.27
HSL 164.15º 0.28% 0.63% -
HSV(B) 164.15º 0.28% 0.73% -
XYZ 34.68 43.08 45.52 -
YUV 168.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 133 186 172 0.28 0 0.08 0.27 164.15 0.28 0.63
Hex 85 BA AC 1C 0 8 1B A4 1C 3F
Octal 205 272 254 34 0 10 33 244 34 77
Binary 10000101 10111010 10101100 11100 0 1000 11011 10100100 11100 111111

Color Harmonies of #85BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BAAC

Black with #85BAAC

Text Example


Text Example

White with #85BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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