Html Css Color HEX #8ABFA8 Sea Nymph

📋 copy color: '#8ABFA8'

red 138 ◦ green 191 ◦ blue 168

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

Shades of Sea Nymph #8ABFA8

Tints of Sea Nymph #8ABFA8

RGB

 RED value IS 138 (54.3% from 255) = 27.77%

 GREEN value IS 191 (75% from 255) = 38.43%

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 27.77%
G = 38.43%
B = 33.8%

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

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

RGB 138 191 168 -
CMYK 0.28 0 0.12 0.25
HSL 153.96º 0.29% 0.65% -
HSV(B) 153.96º 0.28% 0.75% -
XYZ 36.18 45.49 43.92 -
YUV 172.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 138 191 168 0.28 0 0.12 0.25 153.96 0.29 0.65
Hex 8A BF A8 1C 0 C 19 9A 1D 41
Octal 212 277 250 34 0 14 31 232 35 101
Binary 10001010 10111111 10101000 11100 0 1100 11001 10011010 11101 1000001

Color Harmonies of #8ABFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFA8

Black with #8ABFA8

Text Example


Text Example

White with #8ABFA8

Text Example


Text Example

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