Html Css Color HEX #8FEDDD Aquamarine

📋 copy color: '#8FEDDD'

red 143 ◦ green 237 ◦ blue 221

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

Shades of Aquamarine #8FEDDD

Tints of Aquamarine #8FEDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.43%

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 23.79%
G = 39.43%
B = 36.77%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#8FEDDD (or 0x8FEDDD) is known color: Aquamarine. HEX triplet: 8F, ED and DD. RGB value is (143,237,221). Sum of RGB (Red+Green+Blue) = 143+237+221=601 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.79% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDDD is #701222. Grayscale: #CFCFCF. Windows color (decimal): -7344675 or 14544271. OLE color: 14544271.

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

Color convert

RGB 143 237 221 -
CMYK 0.40 0 0.07 0.07
HSL 169.79º 0.72% 0.75% -
HSV(B) 169.79º 0.4% 0.93% -
XYZ 54.66 71.63 79.35 -
YUV 207.07 135.86 82.3 -
System Red Green Blue C M Y K H S L
Decimal 143 237 221 0.40 0 0.07 0.07 169.79 0.72 0.75
Hex 8F ED DD 28 0 7 7 AA 48 4B
Octal 217 355 335 50 0 7 7 252 110 113
Binary 10001111 11101101 11011101 101000 0 111 111 10101010 1001000 1001011

Color Harmonies of #8FEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDDD

Black with #8FEDDD

Text Example


Text Example

White with #8FEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,237,221); }

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

background-color css

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

 a { background-color: rgb(143,237,221); }

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

border-color css

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

 span { border-color: rgb(143,237,221); }

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