Html Css Color HEX #85BCA9 Sea Nymph

📋 copy color: '#85BCA9'

red 133 ◦ green 188 ◦ blue 169

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

Shades of Sea Nymph #85BCA9

Tints of Sea Nymph #85BCA9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 169 (66.41% from 255) = 34.49%

R = 27.14%
G = 38.37%
B = 34.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#85BCA9 (or 0x85BCA9) is known color: Sea Nymph. HEX triplet: 85, BC and A9. RGB value is (133,188,169). Sum of RGB (Red+Green+Blue) = 133+188+169=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCA9 is #7A4356. Grayscale: #A9A9A9. Windows color (decimal): -8012631 or 11123845. OLE color: 11123845.

HSL color Cylindrical-coordinate representation of color #85BCA9: hue angle of 159.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BCA9 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 169 -
CMYK 0.29 0 0.10 0.26
HSL 159.27º 0.29% 0.63% -
HSV(B) 159.27º 0.29% 0.74% -
XYZ 34.82 43.82 44.16 -
YUV 169.39 127.78 102.04 -
System Red Green Blue C M Y K H S L
Decimal 133 188 169 0.29 0 0.10 0.26 159.27 0.29 0.63
Hex 85 BC A9 1D 0 A 1A 9F 1D 3F
Octal 205 274 251 35 0 12 32 237 35 77
Binary 10000101 10111100 10101001 11101 0 1010 11010 10011111 11101 111111

Color Harmonies of #85BCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCA9

Black with #85BCA9

Text Example


Text Example

White with #85BCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,169); }

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

background-color css

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

 a { background-color: rgb(133,188,169); }

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

border-color css

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

 span { border-color: rgb(133,188,169); }

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