Html Css Color HEX #8DBAAC Sea Nymph

📋 copy color: '#8DBAAC'

red 141 ◦ green 186 ◦ blue 172

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

Shades of Sea Nymph #8DBAAC

Tints of Sea Nymph #8DBAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

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

R = 28.26%
G = 37.27%
B = 34.47%

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

#8DBAAC (or 0x8DBAAC) is known color: Sea Nymph. HEX triplet: 8D, BA and AC. RGB value is (141,186,172). Sum of RGB (Red+Green+Blue) = 141+186+172=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAAC is #724553. Grayscale: #AAAAAA. Windows color (decimal): -7488852 or 11319949. OLE color: 11319949.

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

Color convert

RGB 141 186 172 -
CMYK 0.24 0 0.08 0.27
HSL 161.33º 0.25% 0.64% -
HSV(B) 161.33º 0.24% 0.73% -
XYZ 35.99 43.76 45.58 -
YUV 170.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 141 186 172 0.24 0 0.08 0.27 161.33 0.25 0.64
Hex 8D BA AC 18 0 8 1B A1 19 40
Octal 215 272 254 30 0 10 33 241 31 100
Binary 10001101 10111010 10101100 11000 0 1000 11011 10100001 11001 1000000

Color Harmonies of #8DBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAAC

Black with #8DBAAC

Text Example


Text Example

White with #8DBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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