#8BBAAF

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

Shades of Sea Nymph #8BBAAF

Tints of Sea Nymph #8BBAAF

Color information

#8BBAAF (or 0x8BBAAF) is unknown color: approx Sea Nymph. HEX triplet: 8B, BA and AF. RGB value is (139,186,175). Sum of RGB (Red+Green+Blue) = 139+186+175=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBAAF is #744550. Grayscale: #AAAAAA. Windows color (decimal): -7619921 or 11516555. OLE color: 11516555.

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

Color convert

RGB139186175-
CMYK0.2500.060.27
HSL165.96º25.41%63.73%-
HSV(B)165.96º25.27%72.94%-
XYZ35.9443.747.1-
YUV170.69130.43105.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.8%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 175 (68.75% from 255) = 35%
R=27.8%
G=37.2%
B=35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1391861750.2500.060.27165.9625.4163.73
Hex8BBAAF19061Ba61940
Octal21327225731063324631100
Binary1000101110111010101011111100101101101110100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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