#8BBBAF

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

Shades of Sea Nymph #8BBBAF

Tints of Sea Nymph #8BBBAF

Color information

#8BBBAF (or 0x8BBBAF) is unknown color: approx Sea Nymph. HEX triplet: 8B, BB and AF. RGB value is (139,187,175). Sum of RGB (Red+Green+Blue) = 139+187+175=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBBAF is #744450. Grayscale: #ABABAB. Windows color (decimal): -7619665 or 11516811. OLE color: 11516811.

HSL color Cylindrical-coordinate representation of color #8BBBAF: hue angle of 165º 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 #8BBBAF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB139187175-
CMYK0.2600.060.27
HSL165º26.09%63.92%-
HSV(B)165º25.67%73.33%-
XYZ36.1644.1247.17-
YUV171.28130.1104.98-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=27.74%
G=37.33%
B=34.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391871750.2600.060.2716526.0963.92
Hex8BBBAF1A061Ba51a40
Octal21327325732063324532100
Binary1000101110111011101011111101001101101110100101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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