Html Css Color HEX #8FEFDC Aquamarine

📋 copy color: '#8FEFDC'

red 143 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #8FEFDC

Tints of Aquamarine #8FEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.7%

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

R = 23.75%
G = 39.7%
B = 36.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#8FEFDC (or 0x8FEFDC) is known color: Aquamarine. HEX triplet: 8F, EF and DC. RGB value is (143,239,220). Sum of RGB (Red+Green+Blue) = 143+239+220=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFDC is #701023. Grayscale: #D0D0D0. Windows color (decimal): -7344164 or 14479247. OLE color: 14479247.

HSL color Cylindrical-coordinate representation of color #8FEFDC: hue angle of 168.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFDC is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 239 220 -
CMYK 0.40 0 0.08 0.06
HSL 168.13º 0.75% 0.75% -
HSV(B) 168.13º 0.4% 0.94% -
XYZ 55.11 72.74 78.85 -
YUV 208.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 143 239 220 0.40 0 0.08 0.06 168.13 0.75 0.75
Hex 8F EF DC 28 0 8 6 A8 4B 4B
Octal 217 357 334 50 0 10 6 250 113 113
Binary 10001111 11101111 11011100 101000 0 1000 110 10101000 1001011 1001011

Color Harmonies of #8FEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEFDC

Black with #8FEFDC

Text Example


Text Example

White with #8FEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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