Html Css Color HEX #8FFABF Aquamarine

📋 copy color: '#8FFABF'

red 143 ◦ green 250 ◦ blue 191

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

Shades of Aquamarine #8FFABF

Tints of Aquamarine #8FFABF

RGB

 RED value IS 143 (56.25% from 255) = 24.49%

 GREEN value IS 250 (98.05% from 255) = 42.81%

 BLUE value IS 191 (75% from 255) = 32.71%

R = 24.49%
G = 42.81%
B = 32.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#8FFABF (or 0x8FFABF) is known color: Aquamarine. HEX triplet: 8F, FA and BF. RGB value is (143,250,191). Sum of RGB (Red+Green+Blue) = 143+250+191=584 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.49% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 191 (75% from 255 or 32.71% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFABF is #700540. Grayscale: #D3D3D3. Windows color (decimal): -7341377 or 12581519. OLE color: 12581519.

HSL color Cylindrical-coordinate representation of color #8FFABF: hue angle of 146.92º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFABF is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 250 191 -
CMYK 0.43 0 0.24 0.02
HSL 146.92º 0.91% 0.77% -
HSV(B) 146.92º 0.43% 0.98% -
XYZ 54.92 77.97 61.45 -
YUV 211.28 116.55 79.3 -
System Red Green Blue C M Y K H S L
Decimal 143 250 191 0.43 0 0.24 0.02 146.92 0.91 0.77
Hex 8F FA BF 2B 0 18 2 93 5B 4D
Octal 217 372 277 53 0 30 2 223 133 115
Binary 10001111 11111010 10111111 101011 0 11000 10 10010011 1011011 1001101

Color Harmonies of #8FFABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFABF

Black with #8FFABF

Text Example


Text Example

White with #8FFABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,250,191); }

 H1.HeaderClassName
 {
   color: #8FFABF;
 }
 .AnyTagClassName
 {
   color: #8FFABF;
 }
</style>

background-color css

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

 a { background-color: rgb(143,250,191); }

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

border-color css

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

 span { border-color: rgb(143,250,191); }

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