#8BB09F

Color #8BB09F Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #8BB09F

Tints of Sea Nymph #8BB09F

Color information

#8BB09F (or 0x8BB09F) is unknown color: approx Sea Nymph. HEX triplet: 8B, B0 and 9F. RGB value is (139,176,159). Sum of RGB (Red+Green+Blue) = 139+176+159=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB09F is #744F60. Grayscale: #A3A3A3. Windows color (decimal): -7622497 or 10465419. OLE color: 10465419.

HSL color Cylindrical-coordinate representation of color #8BB09F: hue angle of 152.43º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB09F is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB139176159-
CMYK0.2100.100.31
HSL152.43º18.97%61.76%-
HSV(B)152.43º21.02%69.02%-
XYZ32.4339.0438.63-
YUV163125.74110.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.32%
GREEN value IS 176 (69.14% from 255) = 37.13%
BLUE value IS 159 (62.5% from 255) = 33.54%
R=29.32%
G=37.13%
B=33.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391761590.2100.100.31152.4318.9761.76
Hex8BB09F150A1F98133e
Octal21326023725012372302376
Binary1000101110110000100111111010101010111111001100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,176,159); }

 H1.HeaderClassName
 {
   color: #8BB09F;
 }
 .AnyTagClassName
 {
   color: #8BB09F;
 }
</style>
background-color css

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

 a { background-color: rgb(139,176,159); }

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

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

 span { border-color: rgb(139,176,159); }

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