#8CBBA8

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

Shades of Sea Nymph #8CBBA8

Tints of Sea Nymph #8CBBA8

Color information

#8CBBA8 (or 0x8CBBA8) is unknown color: approx Sea Nymph. HEX triplet: 8C, BB and A8. RGB value is (140,187,168). Sum of RGB (Red+Green+Blue) = 140+187+168=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBA8 is #734457. Grayscale: #AAAAAA. Windows color (decimal): -7554136 or 11058060. OLE color: 11058060.

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

Color convert

RGB140187168-
CMYK0.2500.100.27
HSL155.74º25.68%64.12%-
HSV(B)155.74º25.13%73.33%-
XYZ35.6543.9443.65-
YUV170.78126.43106.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 187 (73.44% from 255) = 37.78%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=28.28%
G=37.78%
B=33.94%

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
Decimal1401871680.2500.100.27155.7425.6864.12
Hex8CBBA8190A1B9c1a40
Octal214273250310123323432100
Binary10001100101110111010100011001010101101110011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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