Html Css Color HEX #8FEFCE Aquamarine

📋 copy color: '#8FEFCE'

red 143 ◦ green 239 ◦ blue 206

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

Shades of Aquamarine #8FEFCE

Tints of Aquamarine #8FEFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 24.32%
G = 40.65%
B = 35.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#8FEFCE (or 0x8FEFCE) is known color: Aquamarine. HEX triplet: 8F, EF and CE. RGB value is (143,239,206). Sum of RGB (Red+Green+Blue) = 143+239+206=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFCE is #701031. Grayscale: #CECECE. Windows color (decimal): -7344178 or 13561743. OLE color: 13561743.

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

Color convert

RGB 143 239 206 -
CMYK 0.40 0 0.14 0.06
HSL 159.38º 0.75% 0.75% -
HSV(B) 159.38º 0.4% 0.94% -
XYZ 53.33 72.03 69.48 -
YUV 206.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 143 239 206 0.40 0 0.14 0.06 159.38 0.75 0.75
Hex 8F EF CE 28 0 E 6 9F 4B 4B
Octal 217 357 316 50 0 16 6 237 113 113
Binary 10001111 11101111 11001110 101000 0 1110 110 10011111 1001011 1001011

Color Harmonies of #8FEFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FEFCE

Black with #8FEFCE

Text Example


Text Example

White with #8FEFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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