Html Css Color HEX #8BB5AD Sea Nymph

📋 copy color: '#8BB5AD'

red 139 ◦ green 181 ◦ blue 173

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

Shades of Sea Nymph #8BB5AD

Tints of Sea Nymph #8BB5AD

RGB

 RED value IS 139 (54.69% from 255) = 28.19%

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

 BLUE value IS 173 (67.97% from 255) = 35.09%

R = 28.19%
G = 36.71%
B = 35.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#8BB5AD (or 0x8BB5AD) is known color: Sea Nymph. HEX triplet: 8B, B5 and AD. RGB value is (139,181,173). Sum of RGB (Red+Green+Blue) = 139+181+173=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB5AD is #744A52. Grayscale: #A7A7A7. Windows color (decimal): -7621203 or 11384203. OLE color: 11384203.

HSL color Cylindrical-coordinate representation of color #8BB5AD: hue angle of 168.57º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB5AD is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 181 173 -
CMYK 0.23 0 0.04 0.29
HSL 168.57º 0.22% 0.63% -
HSV(B) 168.57º 0.23% 0.71% -
XYZ 34.71 41.55 45.73 -
YUV 167.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 139 181 173 0.23 0 0.04 0.29 168.57 0.22 0.63
Hex 8B B5 AD 17 0 4 1D A9 16 3F
Octal 213 265 255 27 0 4 35 251 26 77
Binary 10001011 10110101 10101101 10111 0 100 11101 10101001 10110 111111

Color Harmonies of #8BB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB5AD

Black with #8BB5AD

Text Example


Text Example

White with #8BB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,181,173); }

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

background-color css

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

 a { background-color: rgb(139,181,173); }

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

border-color css

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

 span { border-color: rgb(139,181,173); }

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