Html Css Color HEX #8BB8B1 Sea Nymph

📋 copy color: '#8BB8B1'

red 139 ◦ green 184 ◦ blue 177

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

Shades of Sea Nymph #8BB8B1

Tints of Sea Nymph #8BB8B1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 177 (69.53% from 255) = 35.4%

R = 27.8%
G = 36.8%
B = 35.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#8BB8B1 (or 0x8BB8B1) is known color: Sea Nymph. HEX triplet: 8B, B8 and B1. RGB value is (139,184,177). Sum of RGB (Red+Green+Blue) = 139+184+177=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB8B1 is #74474E. Grayscale: #A9A9A9. Windows color (decimal): -7620431 or 11647115. OLE color: 11647115.

HSL color Cylindrical-coordinate representation of color #8BB8B1: hue angle of 170.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB8B1 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 139 184 177 -
CMYK 0.24 0 0.04 0.28
HSL 170.67º 0.24% 0.63% -
HSV(B) 170.67º 0.24% 0.72% -
XYZ 35.72 42.94 48 -
YUV 169.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 139 184 177 0.24 0 0.04 0.28 170.67 0.24 0.63
Hex 8B B8 B1 18 0 4 1C AB 18 3F
Octal 213 270 261 30 0 4 34 253 30 77
Binary 10001011 10111000 10110001 11000 0 100 11100 10101011 11000 111111

Color Harmonies of #8BB8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB8B1

Black with #8BB8B1

Text Example


Text Example

White with #8BB8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,184,177); }

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

background-color css

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

 a { background-color: rgb(139,184,177); }

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

border-color css

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

 span { border-color: rgb(139,184,177); }

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