#8ABFA8

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

Shades of Sea Nymph #8ABFA8

Tints of Sea Nymph #8ABFA8

Color information

#8ABFA8 (or 0x8ABFA8) is unknown color: approx Sea Nymph. HEX triplet: 8A, BF and A8. RGB value is (138,191,168). Sum of RGB (Red+Green+Blue) = 138+191+168=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABFA8 is #754057. Grayscale: #ACACAC. Windows color (decimal): -7684184 or 11059082. OLE color: 11059082.

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

Color convert

RGB138191168-
CMYK0.2800.120.25
HSL153.96º29.28%64.51%-
HSV(B)153.96º27.75%74.9%-
XYZ36.1845.4943.92-
YUV172.53125.44103.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=27.77%
G=38.43%
B=33.80%

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
Decimal1381911680.2800.120.25153.9629.2864.51
Hex8ABFA81C0C199a1d41
Octal212277250340143123235101
Binary10001010101111111010100011100011001100110011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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