Html Css Color HEX #8FFADF Aquamarine

📋 copy color: '#8FFADF'

red 143 ◦ green 250 ◦ blue 223

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

Shades of Aquamarine #8FFADF

Tints of Aquamarine #8FFADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 23.21%
G = 40.58%
B = 36.2%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#8FFADF (or 0x8FFADF) is known color: Aquamarine. HEX triplet: 8F, FA and DF. RGB value is (143,250,223). Sum of RGB (Red+Green+Blue) = 143+250+223=616 (81% of max value = 765). Red value is 143 (56.25% from 255 or 23.21% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #8FFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFADF is #700520. Grayscale: #D6D6D6. Windows color (decimal): -7341345 or 14678671. OLE color: 14678671.

HSL color Cylindrical-coordinate representation of color #8FFADF: hue angle of 164.86º 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 #8FFADF is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 250 223 -
CMYK 0.43 0 0.11 0.02
HSL 164.86º 0.91% 0.77% -
HSV(B) 164.86º 0.43% 0.98% -
XYZ 58.83 79.54 82.06 -
YUV 214.93 132.55 76.7 -
System Red Green Blue C M Y K H S L
Decimal 143 250 223 0.43 0 0.11 0.02 164.86 0.91 0.77
Hex 8F FA DF 2B 0 B 2 A5 5B 4D
Octal 217 372 337 53 0 13 2 245 133 115
Binary 10001111 11111010 11011111 101011 0 1011 10 10100101 1011011 1001101

Color Harmonies of #8FFADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFADF

Black with #8FFADF

Text Example


Text Example

White with #8FFADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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