#8ABDA8

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

Shades of Sea Nymph #8ABDA8

Tints of Sea Nymph #8ABDA8

Color information

#8ABDA8 (or 0x8ABDA8) is unknown color: approx Sea Nymph. HEX triplet: 8A, BD and A8. RGB value is (138,189,168). Sum of RGB (Red+Green+Blue) = 138+189+168=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDA8 is #754257. Grayscale: #ABABAB. Windows color (decimal): -7684696 or 11058570. OLE color: 11058570.

HSL color Cylindrical-coordinate representation of color #8ABDA8: hue angle of 155.29º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDA8 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB138189168-
CMYK0.2700.110.26
HSL155.29º27.87%64.12%-
HSV(B)155.29º26.98%74.12%-
XYZ35.7544.6343.78-
YUV171.36126.1104.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 168 (66.02% from 255) = 33.94%
R=27.88%
G=38.18%
B=33.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381891680.2700.110.26155.2927.8764.12
Hex8ABDA81B0B1A9b1c40
Octal212275250330133223334100
Binary10001010101111011010100011011010111101010011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,168); }

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

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

 a { background-color: rgb(138,189,168); }

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

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

 span { border-color: rgb(138,189,168); }

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