#8DBBAB

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

Shades of Sea Nymph #8DBBAB

Tints of Sea Nymph #8DBBAB

Color information

#8DBBAB (or 0x8DBBAB) is unknown color: approx Sea Nymph. HEX triplet: 8D, BB and AB. RGB value is (141,187,171). Sum of RGB (Red+Green+Blue) = 141+187+171=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBBAB is #724454. Grayscale: #ABABAB. Windows color (decimal): -7488597 or 11254669. OLE color: 11254669.

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

Color convert

RGB141187171-
CMYK0.2500.090.27
HSL159.13º25.27%64.31%-
HSV(B)159.13º24.6%73.33%-
XYZ36.1144.1445.15-
YUV171.42127.76106.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.26%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=28.26%
G=37.47%
B=34.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871710.2500.090.27159.1325.2764.31
Hex8DBBAB19091B9f1940
Octal215273253310113323731100
Binary10001101101110111010101111001010011101110011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,187,171); }

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

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

 a { background-color: rgb(141,187,171); }

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

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

 span { border-color: rgb(141,187,171); }

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