Html Css Color HEX #8DBAA9 Sea Nymph

📋 copy color: '#8DBAA9'

red 141 ◦ green 186 ◦ blue 169

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

Shades of Sea Nymph #8DBAA9

Tints of Sea Nymph #8DBAA9

RGB

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

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

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

R = 28.43%
G = 37.5%
B = 34.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#8DBAA9 (or 0x8DBAA9) is known color: Sea Nymph. HEX triplet: 8D, BA and A9. RGB value is (141,186,169). Sum of RGB (Red+Green+Blue) = 141+186+169=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAA9 is #724556. Grayscale: #AAAAAA. Windows color (decimal): -7488855 or 11123341. OLE color: 11123341.

HSL color Cylindrical-coordinate representation of color #8DBAA9: hue angle of 157.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 #8DBAA9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 186 169 -
CMYK 0.24 0 0.09 0.27
HSL 157.33º 0.25% 0.64% -
HSV(B) 157.33º 0.24% 0.73% -
XYZ 35.7 43.65 44.08 -
YUV 170.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 141 186 169 0.24 0 0.09 0.27 157.33 0.25 0.64
Hex 8D BA A9 18 0 9 1B 9D 19 40
Octal 215 272 251 30 0 11 33 235 31 100
Binary 10001101 10111010 10101001 11000 0 1001 11011 10011101 11001 1000000

Color Harmonies of #8DBAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAA9

Black with #8DBAA9

Text Example


Text Example

White with #8DBAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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