Html Css Color HEX #8DB2AA Sea Nymph

📋 copy color: '#8DB2AA'

red 141 ◦ green 178 ◦ blue 170

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

Shades of Sea Nymph #8DB2AA

Tints of Sea Nymph #8DB2AA

RGB

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

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

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

R = 28.83%
G = 36.4%
B = 34.76%

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

#8DB2AA (or 0x8DB2AA) is known color: Sea Nymph. HEX triplet: 8D, B2 and AA. RGB value is (141,178,170). Sum of RGB (Red+Green+Blue) = 141+178+170=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2AA is #724D55. Grayscale: #A6A6A6. Windows color (decimal): -7490902 or 11186829. OLE color: 11186829.

HSL color Cylindrical-coordinate representation of color #8DB2AA: hue angle of 167.03º 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 #8DB2AA is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 141 178 170 -
CMYK 0.21 0 0.04 0.30
HSL 167.03º 0.19% 0.63% -
HSV(B) 167.03º 0.21% 0.7% -
XYZ 34.16 40.41 44.03 -
YUV 166.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 141 178 170 0.21 0 0.04 0.30 167.03 0.19 0.63
Hex 8D B2 AA 15 0 4 1E A7 13 3F
Octal 215 262 252 25 0 4 36 247 23 77
Binary 10001101 10110010 10101010 10101 0 100 11110 10100111 10011 111111

Color Harmonies of #8DB2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2AA

Black with #8DB2AA

Text Example


Text Example

White with #8DB2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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