Html Css Color HEX #8DB2AB Sea Nymph

📋 copy color: '#8DB2AB'

red 141 ◦ green 178 ◦ blue 171

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

Shades of Sea Nymph #8DB2AB

Tints of Sea Nymph #8DB2AB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.33%

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

R = 28.78%
G = 36.33%
B = 34.9%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#8DB2AB (or 0x8DB2AB) is known color: Sea Nymph. HEX triplet: 8D, B2 and AB. RGB value is (141,178,171). Sum of RGB (Red+Green+Blue) = 141+178+171=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2AB is #724D54. Grayscale: #A6A6A6. Windows color (decimal): -7490901 or 11252365. OLE color: 11252365.

HSL color Cylindrical-coordinate representation of color #8DB2AB: hue angle of 168.65º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DB2AB is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 171 -
CMYK 0.21 0 0.04 0.30
HSL 168.65º 0.19% 0.63% -
HSV(B) 168.65º 0.21% 0.7% -
XYZ 34.26 40.44 44.53 -
YUV 166.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 141 178 171 0.21 0 0.04 0.30 168.65 0.19 0.63
Hex 8D B2 AB 15 0 4 1E A9 13 3F
Octal 215 262 253 25 0 4 36 251 23 77
Binary 10001101 10110010 10101011 10101 0 100 11110 10101001 10011 111111

Color Harmonies of #8DB2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2AB

Black with #8DB2AB

Text Example


Text Example

White with #8DB2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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