Html Css Color HEX #8FEDD8 Aquamarine

📋 copy color: '#8FEDD8'

red 143 ◦ green 237 ◦ blue 216

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

Shades of Aquamarine #8FEDD8

Tints of Aquamarine #8FEDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.24%

R = 23.99%
G = 39.77%
B = 36.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#8FEDD8 (or 0x8FEDD8) is known color: Aquamarine. HEX triplet: 8F, ED and D8. RGB value is (143,237,216). Sum of RGB (Red+Green+Blue) = 143+237+216=596 (78% of max value = 765). Red value is 143 (56.25% from 255 or 23.99% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDD8 is #701227. Grayscale: #CECECE. Windows color (decimal): -7344680 or 14216591. OLE color: 14216591.

HSL color Cylindrical-coordinate representation of color #8FEDD8: hue angle of 166.6º 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 #8FEDD8 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 237 216 -
CMYK 0.40 0 0.09 0.07
HSL 166.6º 0.72% 0.75% -
HSV(B) 166.6º 0.4% 0.93% -
XYZ 54.01 71.37 75.89 -
YUV 206.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 143 237 216 0.40 0 0.09 0.07 166.6 0.72 0.75
Hex 8F ED D8 28 0 9 7 A7 48 4B
Octal 217 355 330 50 0 11 7 247 110 113
Binary 10001111 11101101 11011000 101000 0 1001 111 10100111 1001000 1001011

Color Harmonies of #8FEDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDD8

Black with #8FEDD8

Text Example


Text Example

White with #8FEDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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