Html Css Color HEX #8FF5DC Aquamarine

📋 copy color: '#8FF5DC'

red 143 ◦ green 245 ◦ blue 220

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

Shades of Aquamarine #8FF5DC

Tints of Aquamarine #8FF5DC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.3%

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 23.52%
G = 40.3%
B = 36.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#8FF5DC (or 0x8FF5DC) is known color: Aquamarine. HEX triplet: 8F, F5 and DC. RGB value is (143,245,220). Sum of RGB (Red+Green+Blue) = 143+245+220=608 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.52% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF5DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF5DC is #700A23. Grayscale: #D3D3D3. Windows color (decimal): -7342628 or 14480783. OLE color: 14480783.

HSL color Cylindrical-coordinate representation of color #8FF5DC: hue angle of 165.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF5DC is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 245 220 -
CMYK 0.42 0 0.10 0.04
HSL 165.29º 0.84% 0.76% -
HSV(B) 165.29º 0.42% 0.96% -
XYZ 56.9 76.31 79.44 -
YUV 211.65 132.71 79.03 -
System Red Green Blue C M Y K H S L
Decimal 143 245 220 0.42 0 0.10 0.04 165.29 0.84 0.76
Hex 8F F5 DC 2A 0 A 4 A5 54 4C
Octal 217 365 334 52 0 12 4 245 124 114
Binary 10001111 11110101 11011100 101010 0 1010 100 10100101 1010100 1001100

Color Harmonies of #8FF5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF5DC

Black with #8FF5DC

Text Example


Text Example

White with #8FF5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,245,220); }

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

background-color css

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

 a { background-color: rgb(143,245,220); }

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

border-color css

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

 span { border-color: rgb(143,245,220); }

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