Html Css Color HEX #8DBAAB Sea Nymph

📋 copy color: '#8DBAAB'

red 141 ◦ green 186 ◦ blue 171

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

Shades of Sea Nymph #8DBAAB

Tints of Sea Nymph #8DBAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.34%

R = 28.31%
G = 37.35%
B = 34.34%

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

#8DBAAB (or 0x8DBAAB) is known color: Sea Nymph. HEX triplet: 8D, BA and AB. RGB value is (141,186,171). Sum of RGB (Red+Green+Blue) = 141+186+171=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAAB is #724554. Grayscale: #AAAAAA. Windows color (decimal): -7488853 or 11254413. OLE color: 11254413.

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

Color convert

RGB 141 186 171 -
CMYK 0.24 0 0.08 0.27
HSL 160º 0.25% 0.64% -
HSV(B) 160º 0.24% 0.73% -
XYZ 35.89 43.72 45.08 -
YUV 170.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 141 186 171 0.24 0 0.08 0.27 160 0.25 0.64
Hex 8D BA AB 18 0 8 1B A0 19 40
Octal 215 272 253 30 0 10 33 240 31 100
Binary 10001101 10111010 10101011 11000 0 1000 11011 10100000 11001 1000000

Color Harmonies of #8DBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAAB

Black with #8DBAAB

Text Example


Text Example

White with #8DBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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