Html Css Color HEX #8DB5AC Sea Nymph

📋 copy color: '#8DB5AC'

red 141 ◦ green 181 ◦ blue 172

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

Shades of Sea Nymph #8DB5AC

Tints of Sea Nymph #8DB5AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 28.54%
G = 36.64%
B = 34.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#8DB5AC (or 0x8DB5AC) is known color: Sea Nymph. HEX triplet: 8D, B5 and AC. RGB value is (141,181,172). Sum of RGB (Red+Green+Blue) = 141+181+172=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB5AC is #724A53. Grayscale: #A8A8A8. Windows color (decimal): -7490132 or 11318669. OLE color: 11318669.

HSL color Cylindrical-coordinate representation of color #8DB5AC: hue angle of 166.5º 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 #8DB5AC is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 181 172 -
CMYK 0.22 0 0.05 0.29
HSL 166.5º 0.21% 0.63% -
HSV(B) 166.5º 0.22% 0.71% -
XYZ 34.95 41.69 45.23 -
YUV 168.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 141 181 172 0.22 0 0.05 0.29 166.5 0.21 0.63
Hex 8D B5 AC 16 0 5 1D A6 15 3F
Octal 215 265 254 26 0 5 35 246 25 77
Binary 10001101 10110101 10101100 10110 0 101 11101 10100110 10101 111111

Color Harmonies of #8DB5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB5AC

Black with #8DB5AC

Text Example


Text Example

White with #8DB5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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