Html Css Color HEX #85BEAA Sea Nymph

📋 copy color: '#85BEAA'

red 133 ◦ green 190 ◦ blue 170

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

Shades of Sea Nymph #85BEAA

Tints of Sea Nymph #85BEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.54%

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 26.98%
G = 38.54%
B = 34.48%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#85BEAA (or 0x85BEAA) is known color: Sea Nymph. HEX triplet: 85, BE and AA. RGB value is (133,190,170). Sum of RGB (Red+Green+Blue) = 133+190+170=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #85BEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BEAA is #7A4155. Grayscale: #AAAAAA. Windows color (decimal): -8012118 or 11189893. OLE color: 11189893.

HSL color Cylindrical-coordinate representation of color #85BEAA: hue angle of 158.95º 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 #85BEAA is Cyan = 0.3, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 190 170 -
CMYK 0.3 0 0.11 0.25
HSL 158.95º 0.3% 0.63% -
HSV(B) 158.95º 0.3% 0.75% -
XYZ 35.34 44.72 44.8 -
YUV 170.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 133 190 170 0.3 0 0.11 0.25 158.95 0.3 0.63
Hex 85 BE AA 1E 0 B 19 9F 1E 3F
Octal 205 276 252 36 0 13 31 237 36 77
Binary 10000101 10111110 10101010 11110 0 1011 11001 10011111 11110 111111

Color Harmonies of #85BEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BEAA

Black with #85BEAA

Text Example


Text Example

White with #85BEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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