Html Css Color HEX #8DBAAA Sea Nymph

📋 copy color: '#8DBAAA'

red 141 ◦ green 186 ◦ blue 170

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

Shades of Sea Nymph #8DBAAA

Tints of Sea Nymph #8DBAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 28.37%
G = 37.42%
B = 34.21%

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

#8DBAAA (or 0x8DBAAA) is known color: Sea Nymph. HEX triplet: 8D, BA and AA. RGB value is (141,186,170). Sum of RGB (Red+Green+Blue) = 141+186+170=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAAA is #724555. Grayscale: #AAAAAA. Windows color (decimal): -7488854 or 11188877. OLE color: 11188877.

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

Color convert

RGB 141 186 170 -
CMYK 0.24 0 0.09 0.27
HSL 158.67º 0.25% 0.64% -
HSV(B) 158.67º 0.24% 0.73% -
XYZ 35.8 43.68 44.58 -
YUV 170.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 141 186 170 0.24 0 0.09 0.27 158.67 0.25 0.64
Hex 8D BA AA 18 0 9 1B 9F 19 40
Octal 215 272 252 30 0 11 33 237 31 100
Binary 10001101 10111010 10101010 11000 0 1001 11011 10011111 11001 1000000

Color Harmonies of #8DBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBAAA

Black with #8DBAAA

Text Example


Text Example

White with #8DBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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