Html Css Color HEX #8ABFA9 Sea Nymph

📋 copy color: '#8ABFA9'

red 138 ◦ green 191 ◦ blue 169

#8ABFA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #8ABFA9

Tints of Sea Nymph #8ABFA9

RGB

 RED value IS 138 (54.3% 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 value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#8ABFA9 (or 0x8ABFA9) is known color: 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

RGB 138 191 169 -
CMYK 0.28 0 0.12 0.25
HSL 155.09º 0.29% 0.65% -
HSV(B) 155.09º 0.28% 0.75% -
XYZ 36.27 45.53 44.41 -
YUV 172.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 138 191 169 0.28 0 0.12 0.25 155.09 0.29 0.65
Hex 8A BF A9 1C 0 C 19 9B 1D 41
Octal 212 277 251 34 0 14 31 233 35 101
Binary 10001010 10111111 10101001 11100 0 1100 11001 10011011 11101 1000001

Color Harmonies of #8ABFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFA9

Black with #8ABFA9

Text Example


Text Example

White with #8ABFA9

Text Example


Text Example

HTML Codes & Css Web 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>