#8BAFA6

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

Shades of Sea Nymph #8BAFA6

Tints of Sea Nymph #8BAFA6

Color information

#8BAFA6 (or 0x8BAFA6) is unknown color: approx Sea Nymph. HEX triplet: 8B, AF and A6. RGB value is (139,175,166). Sum of RGB (Red+Green+Blue) = 139+175+166=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAFA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAFA6 is #745059. Grayscale: #A3A3A3. Windows color (decimal): -7622746 or 10923915. OLE color: 10923915.

HSL color Cylindrical-coordinate representation of color #8BAFA6: hue angle of 165º degrees, saturation: 0.18, 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 #8BAFA6 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB139175166-
CMYK0.2100.050.31
HSL165º18.37%61.57%-
HSV(B)165º20.57%68.63%-
XYZ32.8638.941.85-
YUV163.21129.57110.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 166 (65.23% from 255) = 34.58%
R=28.96%
G=36.46%
B=34.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391751660.2100.050.3116518.3761.57
Hex8BAFA615051Fa5123e
Octal2132572462505372452276
Binary100010111010111110100110101010101111111010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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