Html Css Color HEX #8CFFD6 Aquamarine

📋 copy color: '#8CFFD6'

red 140 ◦ green 255 ◦ blue 214

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

Shades of Aquamarine #8CFFD6

Tints of Aquamarine #8CFFD6

RGB

 RED value IS 140 (55.08% from 255) = 22.99%

 GREEN value IS 255 (100% from 255) = 41.87%

 BLUE value IS 214 (83.98% from 255) = 35.14%

R = 22.99%
G = 41.87%
B = 35.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#8CFFD6 (or 0x8CFFD6) is known color: Aquamarine. HEX triplet: 8C, FF and D6. RGB value is (140,255,214). Sum of RGB (Red+Green+Blue) = 140+255+214=609 (80% of max value = 765). Red value is 140 (55.08% from 255 or 22.99% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFD6 is #730029. Grayscale: #D7D7D7. Windows color (decimal): -7536682 or 14090124. OLE color: 14090124.

HSL color Cylindrical-coordinate representation of color #8CFFD6: hue angle of 158.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFD6 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 140 255 214 -
CMYK 0.45 0 0.16 0
HSL 158.61º 1% 0.77% -
HSV(B) 158.61º 0.45% 1% -
XYZ 58.71 81.95 76.34 -
YUV 215.94 126.9 73.83 -
System Red Green Blue C M Y K H S L
Decimal 140 255 214 0.45 0 0.16 0 158.61 1 0.77
Hex 8C FF D6 2D 0 10 0 9F 64 4D
Octal 214 377 326 55 0 20 0 237 144 115
Binary 10001100 11111111 11010110 101101 0 10000 0 10011111 1100100 1001101

Color Harmonies of #8CFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFFD6

Black with #8CFFD6

Text Example


Text Example

White with #8CFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,255,214); }

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

background-color css

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

 a { background-color: rgb(140,255,214); }

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

border-color css

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

 span { border-color: rgb(140,255,214); }

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