Html Css Color HEX #8DB2A8 Sea Nymph

📋 copy color: '#8DB2A8'

red 141 ◦ green 178 ◦ blue 168

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

Shades of Sea Nymph #8DB2A8

Tints of Sea Nymph #8DB2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.5%

R = 28.95%
G = 36.55%
B = 34.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#8DB2A8 (or 0x8DB2A8) is known color: Sea Nymph. HEX triplet: 8D, B2 and A8. RGB value is (141,178,168). Sum of RGB (Red+Green+Blue) = 141+178+168=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2A8 is #724D57. Grayscale: #A5A5A5. Windows color (decimal): -7490904 or 11055757. OLE color: 11055757.

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

Color convert

RGB 141 178 168 -
CMYK 0.21 0 0.06 0.30
HSL 163.78º 0.19% 0.63% -
HSV(B) 163.78º 0.21% 0.7% -
XYZ 33.97 40.33 43.04 -
YUV 165.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 141 178 168 0.21 0 0.06 0.30 163.78 0.19 0.63
Hex 8D B2 A8 15 0 6 1E A4 13 3F
Octal 215 262 250 25 0 6 36 244 23 77
Binary 10001101 10110010 10101000 10101 0 110 11110 10100100 10011 111111

Color Harmonies of #8DB2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB2A8

Black with #8DB2A8

Text Example


Text Example

White with #8DB2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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