Html Css Color HEX #8FBBAC Sea Nymph

📋 copy color: '#8FBBAC'

red 143 ◦ green 187 ◦ blue 172

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

Shades of Sea Nymph #8FBBAC

Tints of Sea Nymph #8FBBAC

RGB

 RED value IS 143 (56.25% from 255) = 28.49%

 GREEN value IS 187 (73.44% from 255) = 37.25%

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

R = 28.49%
G = 37.25%
B = 34.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#8FBBAC (or 0x8FBBAC) is known color: Sea Nymph. HEX triplet: 8F, BB and AC. RGB value is (143,187,172). Sum of RGB (Red+Green+Blue) = 143+187+172=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBBAC is #704453. Grayscale: #ACACAC. Windows color (decimal): -7357524 or 11320207. OLE color: 11320207.

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

Color convert

RGB 143 187 172 -
CMYK 0.24 0 0.08 0.27
HSL 159.55º 0.24% 0.65% -
HSV(B) 159.55º 0.24% 0.73% -
XYZ 36.54 44.36 45.67 -
YUV 172.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 143 187 172 0.24 0 0.08 0.27 159.55 0.24 0.65
Hex 8F BB AC 18 0 8 1B A0 18 41
Octal 217 273 254 30 0 10 33 240 30 101
Binary 10001111 10111011 10101100 11000 0 1000 11011 10100000 11000 1000001

Color Harmonies of #8FBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FBBAC

Black with #8FBBAC

Text Example


Text Example

White with #8FBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FBBAC; }

 p { color: rgb(143,187,172); }

 H1.HeaderClassName
 {
   color: #8FBBAC;
 }
 .AnyTagClassName
 {
   color: #8FBBAC;
 }
</style>

background-color css

<style>
 a { background-color: #8FBBAC; }

 a { background-color: rgb(143,187,172); }

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

border-color css

<style>
 span { border-color: #8FBBAC; }

 span { border-color: rgb(143,187,172); }

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