Html Css Color HEX #8DB3AE Sea Nymph

📋 copy color: '#8DB3AE'

red 141 ◦ green 179 ◦ blue 174

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

Shades of Sea Nymph #8DB3AE

Tints of Sea Nymph #8DB3AE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.23%

 BLUE value IS 174 (68.36% from 255) = 35.22%

R = 28.54%
G = 36.23%
B = 35.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#8DB3AE (or 0x8DB3AE) is known color: Sea Nymph. HEX triplet: 8D, B3 and AE. RGB value is (141,179,174). Sum of RGB (Red+Green+Blue) = 141+179+174=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB3AE is #724C51. Grayscale: #A7A7A7. Windows color (decimal): -7490642 or 11449229. OLE color: 11449229.

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

Color convert

RGB 141 179 174 -
CMYK 0.21 0 0.03 0.30
HSL 172.11º 0.2% 0.63% -
HSV(B) 172.11º 0.21% 0.7% -
XYZ 34.74 40.96 46.12 -
YUV 167.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 141 179 174 0.21 0 0.03 0.30 172.11 0.2 0.63
Hex 8D B3 AE 15 0 3 1E AC 14 3F
Octal 215 263 256 25 0 3 36 254 24 77
Binary 10001101 10110011 10101110 10101 0 11 11110 10101100 10100 111111

Color Harmonies of #8DB3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB3AE

Black with #8DB3AE

Text Example


Text Example

White with #8DB3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,179,174); }

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

background-color css

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

 a { background-color: rgb(141,179,174); }

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

border-color css

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

 span { border-color: rgb(141,179,174); }

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