Html Css Color HEX #85BCAC Sea Nymph

📋 copy color: '#85BCAC'

red 133 ◦ green 188 ◦ blue 172

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

Shades of Sea Nymph #85BCAC

Tints of Sea Nymph #85BCAC

RGB

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

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

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

R = 26.98%
G = 38.13%
B = 34.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#85BCAC (or 0x85BCAC) is known color: Sea Nymph. HEX triplet: 85, BC and AC. RGB value is (133,188,172). Sum of RGB (Red+Green+Blue) = 133+188+172=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #85BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BCAC is #7A4353. Grayscale: #A9A9A9. Windows color (decimal): -8012628 or 11320453. OLE color: 11320453.

HSL color Cylindrical-coordinate representation of color #85BCAC: hue angle of 162.55º 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 #85BCAC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 172 -
CMYK 0.29 0 0.09 0.26
HSL 162.55º 0.29% 0.63% -
HSV(B) 162.55º 0.29% 0.74% -
XYZ 35.1 43.93 45.66 -
YUV 169.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 133 188 172 0.29 0 0.09 0.26 162.55 0.29 0.63
Hex 85 BC AC 1D 0 9 1A A3 1D 3F
Octal 205 274 254 35 0 11 32 243 35 77
Binary 10000101 10111100 10101100 11101 0 1001 11010 10100011 11101 111111

Color Harmonies of #85BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BCAC

Black with #85BCAC

Text Example


Text Example

White with #85BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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