Html Css Color HEX #8FFFC5 Aquamarine

📋 copy color: '#8FFFC5'

red 143 ◦ green 255 ◦ blue 197

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

Shades of Aquamarine #8FFFC5

Tints of Aquamarine #8FFFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.11%

R = 24.03%
G = 42.86%
B = 33.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#8FFFC5 (or 0x8FFFC5) is known color: Aquamarine. HEX triplet: 8F, FF and C5. RGB value is (143,255,197). Sum of RGB (Red+Green+Blue) = 143+255+197=595 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.03% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFFC5 is #70003A. Grayscale: #D7D7D7. Windows color (decimal): -7340091 or 12976015. OLE color: 12976015.

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

Color convert

RGB 143 255 197 -
CMYK 0.44 0 0.23 0
HSL 148.93º 1% 0.78% -
HSV(B) 148.93º 0.44% 1% -
XYZ 57.17 81.39 65.52 -
YUV 214.9 117.89 76.72 -
System Red Green Blue C M Y K H S L
Decimal 143 255 197 0.44 0 0.23 0 148.93 1 0.78
Hex 8F FF C5 2C 0 17 0 95 64 4E
Octal 217 377 305 54 0 27 0 225 144 116
Binary 10001111 11111111 11000101 101100 0 10111 0 10010101 1100100 1001110

Color Harmonies of #8FFFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFFC5

Black with #8FFFC5

Text Example


Text Example

White with #8FFFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,255,197); }

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

background-color css

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

 a { background-color: rgb(143,255,197); }

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

border-color css

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

 span { border-color: rgb(143,255,197); }

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