Html Css Color HEX #8FEDDC Aquamarine

📋 copy color: '#8FEDDC'

red 143 ◦ green 237 ◦ blue 220

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

Shades of Aquamarine #8FEDDC

Tints of Aquamarine #8FEDDC

RGB

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

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

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

R = 23.83%
G = 39.5%
B = 36.67%

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

#8FEDDC (or 0x8FEDDC) is known color: Aquamarine. HEX triplet: 8F, ED and DC. RGB value is (143,237,220). Sum of RGB (Red+Green+Blue) = 143+237+220=600 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.83% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #8FEDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEDDC is #701223. Grayscale: #CECECE. Windows color (decimal): -7344676 or 14478735. OLE color: 14478735.

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

Color convert

RGB 143 237 220 -
CMYK 0.40 0 0.07 0.07
HSL 169.15º 0.72% 0.75% -
HSV(B) 169.15º 0.4% 0.93% -
XYZ 54.53 71.58 78.65 -
YUV 206.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 143 237 220 0.40 0 0.07 0.07 169.15 0.72 0.75
Hex 8F ED DC 28 0 7 7 A9 48 4B
Octal 217 355 334 50 0 7 7 251 110 113
Binary 10001111 11101101 11011100 101000 0 111 111 10101001 1001000 1001011

Color Harmonies of #8FEDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEDDC

Black with #8FEDDC

Text Example


Text Example

White with #8FEDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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