#8BBBA7

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

Shades of Sea Nymph #8BBBA7

Tints of Sea Nymph #8BBBA7

Color information

#8BBBA7 (or 0x8BBBA7) is unknown color: approx Sea Nymph. HEX triplet: 8B, BB and A7. RGB value is (139,187,167). Sum of RGB (Red+Green+Blue) = 139+187+167=493 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.19% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBBA7 is #744458. Grayscale: #AAAAAA. Windows color (decimal): -7619673 or 10992523. OLE color: 10992523.

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

Color convert

RGB139187167-
CMYK0.2600.110.27
HSL155º26.09%63.92%-
HSV(B)155º25.67%73.33%-
XYZ35.3943.8243.15-
YUV170.37126.1105.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.19%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 167 (65.62% from 255) = 33.87%
R=28.19%
G=37.93%
B=33.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391871670.2600.110.2715526.0963.92
Hex8BBBA71A0B1B9b1a40
Octal213273247320133323332100
Binary10001011101110111010011111010010111101110011011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,187,167); }

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

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

 a { background-color: rgb(139,187,167); }

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

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

 span { border-color: rgb(139,187,167); }

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