#8CBAA8

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

Shades of Sea Nymph #8CBAA8

Tints of Sea Nymph #8CBAA8

Color information

#8CBAA8 (or 0x8CBAA8) is unknown color: approx Sea Nymph. HEX triplet: 8C, BA and A8. RGB value is (140,186,168). Sum of RGB (Red+Green+Blue) = 140+186+168=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBAA8 is #734557. Grayscale: #AAAAAA. Windows color (decimal): -7554392 or 11057804. OLE color: 11057804.

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

Color convert

RGB140186168-
CMYK0.2500.100.27
HSL156.52º25%63.92%-
HSV(B)156.52º24.73%72.94%-
XYZ35.4443.5243.58-
YUV170.19126.76106.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 168 (66.02% from 255) = 34.01%
R=28.34%
G=37.65%
B=34.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861680.2500.100.27156.522563.92
Hex8CBAA8190A1B9d1940
Octal214272250310123323531100
Binary10001100101110101010100011001010101101110011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,186,168); }

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

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

 a { background-color: rgb(140,186,168); }

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

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

 span { border-color: rgb(140,186,168); }

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