Html Css Color HEX #8BB9AB Sea Nymph

📋 copy color: '#8BB9AB'

red 139 ◦ green 185 ◦ blue 171

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

Shades of Sea Nymph #8BB9AB

Tints of Sea Nymph #8BB9AB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 28.08%
G = 37.37%
B = 34.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#8BB9AB (or 0x8BB9AB) is known color: Sea Nymph. HEX triplet: 8B, B9 and AB. RGB value is (139,185,171). Sum of RGB (Red+Green+Blue) = 139+185+171=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB9AB is #744654. Grayscale: #A9A9A9. Windows color (decimal): -7620181 or 11254155. OLE color: 11254155.

HSL color Cylindrical-coordinate representation of color #8BB9AB: hue angle of 161.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BB9AB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 185 171 -
CMYK 0.25 0 0.08 0.27
HSL 161.74º 0.25% 0.64% -
HSV(B) 161.74º 0.25% 0.73% -
XYZ 35.35 43.13 44.99 -
YUV 169.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 139 185 171 0.25 0 0.08 0.27 161.74 0.25 0.64
Hex 8B B9 AB 19 0 8 1B A2 19 40
Octal 213 271 253 31 0 10 33 242 31 100
Binary 10001011 10111001 10101011 11001 0 1000 11011 10100010 11001 1000000

Color Harmonies of #8BB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB9AB

Black with #8BB9AB

Text Example


Text Example

White with #8BB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,185,171); }

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

background-color css

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

 a { background-color: rgb(139,185,171); }

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

border-color css

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

 span { border-color: rgb(139,185,171); }

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