Html Css Color HEX #8DBBAC Sea Nymph

📋 copy color: '#8DBBAC'

red 141 ◦ green 187 ◦ blue 172

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

Shades of Sea Nymph #8DBBAC

Tints of Sea Nymph #8DBBAC

RGB

 RED value IS 141 (55.47% from 255) = 28.2%

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

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

R = 28.2%
G = 37.4%
B = 34.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#8DBBAC (or 0x8DBBAC) is known color: Sea Nymph. HEX triplet: 8D, BB and AC. RGB value is (141,187,172). Sum of RGB (Red+Green+Blue) = 141+187+172=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBAC is #724453. Grayscale: #ABABAB. Windows color (decimal): -7488596 or 11320205. OLE color: 11320205.

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

Color convert

RGB 141 187 172 -
CMYK 0.25 0 0.08 0.27
HSL 160.43º 0.25% 0.64% -
HSV(B) 160.43º 0.25% 0.73% -
XYZ 36.2 44.18 45.65 -
YUV 171.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 141 187 172 0.25 0 0.08 0.27 160.43 0.25 0.64
Hex 8D BB AC 19 0 8 1B A0 19 40
Octal 215 273 254 31 0 10 33 240 31 100
Binary 10001101 10111011 10101100 11001 0 1000 11011 10100000 11001 1000000

Color Harmonies of #8DBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBBAC

Black with #8DBBAC

Text Example


Text Example

White with #8DBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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