Html Css Color HEX #8DB5AB Sea Nymph

📋 copy color: '#8DB5AB'

red 141 ◦ green 181 ◦ blue 171

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

Shades of Sea Nymph #8DB5AB

Tints of Sea Nymph #8DB5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.71%

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

R = 28.6%
G = 36.71%
B = 34.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#8DB5AB (or 0x8DB5AB) is known color: Sea Nymph. HEX triplet: 8D, B5 and AB. RGB value is (141,181,171). Sum of RGB (Red+Green+Blue) = 141+181+171=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB5AB is #724A54. Grayscale: #A7A7A7. Windows color (decimal): -7490133 or 11253133. OLE color: 11253133.

HSL color Cylindrical-coordinate representation of color #8DB5AB: hue angle of 165º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB5AB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 171 -
CMYK 0.22 0 0.06 0.29
HSL 165º 0.21% 0.63% -
HSV(B) 165º 0.22% 0.71% -
XYZ 34.86 41.65 44.73 -
YUV 167.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 141 181 171 0.22 0 0.06 0.29 165 0.21 0.63
Hex 8D B5 AB 16 0 6 1D A5 15 3F
Octal 215 265 253 26 0 6 35 245 25 77
Binary 10001101 10110101 10101011 10110 0 110 11101 10100101 10101 111111

Color Harmonies of #8DB5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB5AB

Black with #8DB5AB

Text Example


Text Example

White with #8DB5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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