#8ABFA9

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

Shades of Sea Nymph #8ABFA9

Tints of Sea Nymph #8ABFA9

Color information

#8ABFA9 (or 0x8ABFA9) is unknown color: approx Sea Nymph. HEX triplet: 8A, BF and A9. RGB value is (138,191,169). Sum of RGB (Red+Green+Blue) = 138+191+169=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABFA9 is #754056. Grayscale: #ACACAC. Windows color (decimal): -7684183 or 11124618. OLE color: 11124618.

HSL color Cylindrical-coordinate representation of color #8ABFA9: hue angle of 155.09º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8ABFA9 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB138191169-
CMYK0.2800.120.25
HSL155.09º29.28%64.51%-
HSV(B)155.09º27.75%74.9%-
XYZ36.2745.5344.41-
YUV172.64125.94103.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.71%
GREEN value IS 191 (75% from 255) = 38.35%
BLUE value IS 169 (66.41% from 255) = 33.94%
R=27.71%
G=38.35%
B=33.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381911690.2800.120.25155.0929.2864.51
Hex8ABFA91C0C199b1d41
Octal212277251340143123335101
Binary10001010101111111010100111100011001100110011011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,191,169); }

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

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

 a { background-color: rgb(138,191,169); }

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

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

 span { border-color: rgb(138,191,169); }

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