Html Css Color HEX #8FFDCE Aquamarine

📋 copy color: '#8FFDCE'

red 143 ◦ green 253 ◦ blue 206

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

Shades of Aquamarine #8FFDCE

Tints of Aquamarine #8FFDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.03%

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

R = 23.75%
G = 42.03%
B = 34.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#8FFDCE (or 0x8FFDCE) is known color: Aquamarine. HEX triplet: 8F, FD and CE. RGB value is (143,253,206). Sum of RGB (Red+Green+Blue) = 143+253+206=602 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.75% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #8FFDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFDCE is #700231. Grayscale: #D6D6D6. Windows color (decimal): -7340594 or 13565327. OLE color: 13565327.

HSL color Cylindrical-coordinate representation of color #8FFDCE: hue angle of 154.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFDCE is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 253 206 -
CMYK 0.43 0 0.19 0.01
HSL 154.36º 0.96% 0.78% -
HSV(B) 154.36º 0.43% 0.99% -
XYZ 57.59 80.55 70.9 -
YUV 214.75 123.06 76.82 -
System Red Green Blue C M Y K H S L
Decimal 143 253 206 0.43 0 0.19 0.01 154.36 0.96 0.78
Hex 8F FD CE 2B 0 13 1 9A 60 4E
Octal 217 375 316 53 0 23 1 232 140 116
Binary 10001111 11111101 11001110 101011 0 10011 1 10011010 1100000 1001110

Color Harmonies of #8FFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFDCE

Black with #8FFDCE

Text Example


Text Example

White with #8FFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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