Html Css Color HEX #8FFCC1 Aquamarine

📋 copy color: '#8FFCC1'

red 143 ◦ green 252 ◦ blue 193

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

Shades of Aquamarine #8FFCC1

Tints of Aquamarine #8FFCC1

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

 BLUE value IS 193 (75.78% from 255) = 32.82%

R = 24.32%
G = 42.86%
B = 32.82%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#8FFCC1 (or 0x8FFCC1) is known color: Aquamarine. HEX triplet: 8F, FC and C1. RGB value is (143,252,193). Sum of RGB (Red+Green+Blue) = 143+252+193=588 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.32% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FFCC1 is #70033E. Grayscale: #D4D4D4. Windows color (decimal): -7340863 or 12713103. OLE color: 12713103.

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

Color convert

RGB 143 252 193 -
CMYK 0.43 0 0.23 0.01
HSL 147.52º 0.95% 0.77% -
HSV(B) 147.52º 0.43% 0.99% -
XYZ 55.76 79.31 62.82 -
YUV 212.68 116.89 78.3 -
System Red Green Blue C M Y K H S L
Decimal 143 252 193 0.43 0 0.23 0.01 147.52 0.95 0.77
Hex 8F FC C1 2B 0 17 1 94 5F 4D
Octal 217 374 301 53 0 27 1 224 137 115
Binary 10001111 11111100 11000001 101011 0 10111 1 10010100 1011111 1001101

Color Harmonies of #8FFCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFCC1

Black with #8FFCC1

Text Example


Text Example

White with #8FFCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,252,193); }

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

background-color css

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

 a { background-color: rgb(143,252,193); }

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

border-color css

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

 span { border-color: rgb(143,252,193); }

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