#8BBEAA

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

Shades of Sea Nymph #8BBEAA

Tints of Sea Nymph #8BBEAA

Color information

#8BBEAA (or 0x8BBEAA) is unknown color: approx Sea Nymph. HEX triplet: 8B, BE and AA. RGB value is (139,190,170). Sum of RGB (Red+Green+Blue) = 139+190+170=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #8BBEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBEAA is #744155. Grayscale: #ACACAC. Windows color (decimal): -7618902 or 11189899. OLE color: 11189899.

HSL color Cylindrical-coordinate representation of color #8BBEAA: hue angle of 156.47º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEAA is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB139190170-
CMYK0.2700.110.25
HSL156.47º28.18%64.51%-
HSV(B)156.47º26.84%74.51%-
XYZ36.3245.2244.84-
YUV172.47126.6104.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 170 (66.80% from 255) = 34.07%
R=27.86%
G=38.08%
B=34.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901700.2700.110.25156.4728.1864.51
Hex8BBEAA1B0B199c1c41
Octal213276252330133123434101
Binary10001011101111101010101011011010111100110011100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,190,170); }

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

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

 a { background-color: rgb(139,190,170); }

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

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

 span { border-color: rgb(139,190,170); }

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