Html Css Color HEX #8DBCAC Sea Nymph

📋 copy color: '#8DBCAC'

red 141 ◦ green 188 ◦ blue 172

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

Shades of Sea Nymph #8DBCAC

Tints of Sea Nymph #8DBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

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

R = 28.14%
G = 37.52%
B = 34.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#8DBCAC (or 0x8DBCAC) is known color: Sea Nymph. HEX triplet: 8D, BC and AC. RGB value is (141,188,172). Sum of RGB (Red+Green+Blue) = 141+188+172=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBCAC is #724353. Grayscale: #ACACAC. Windows color (decimal): -7488340 or 11320461. OLE color: 11320461.

HSL color Cylindrical-coordinate representation of color #8DBCAC: hue angle of 159.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBCAC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 141 188 172 -
CMYK 0.25 0 0.09 0.26
HSL 159.57º 0.26% 0.65% -
HSV(B) 159.57º 0.25% 0.74% -
XYZ 36.41 44.61 45.72 -
YUV 172.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 141 188 172 0.25 0 0.09 0.26 159.57 0.26 0.65
Hex 8D BC AC 19 0 9 1A A0 1A 41
Octal 215 274 254 31 0 11 32 240 32 101
Binary 10001101 10111100 10101100 11001 0 1001 11010 10100000 11010 1000001

Color Harmonies of #8DBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBCAC

Black with #8DBCAC

Text Example


Text Example

White with #8DBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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