Html Css Color HEX #8CFCC8 Aquamarine

📋 copy color: '#8CFCC8'

red 140 ◦ green 252 ◦ blue 200

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

Shades of Aquamarine #8CFCC8

Tints of Aquamarine #8CFCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.78%

R = 23.65%
G = 42.57%
B = 33.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#8CFCC8 (or 0x8CFCC8) is known color: Aquamarine. HEX triplet: 8C, FC and C8. RGB value is (140,252,200). Sum of RGB (Red+Green+Blue) = 140+252+200=592 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.65% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCC8 is #730337. Grayscale: #D4D4D4. Windows color (decimal): -7537464 or 13171852. OLE color: 13171852.

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

Color convert

RGB 140 252 200 -
CMYK 0.44 0 0.21 0.01
HSL 152.14º 0.95% 0.77% -
HSV(B) 152.14º 0.44% 0.99% -
XYZ 56.05 79.37 67.01 -
YUV 212.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 140 252 200 0.44 0 0.21 0.01 152.14 0.95 0.77
Hex 8C FC C8 2C 0 15 1 98 5F 4D
Octal 214 374 310 54 0 25 1 230 137 115
Binary 10001100 11111100 11001000 101100 0 10101 1 10011000 1011111 1001101

Color Harmonies of #8CFCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCC8

Black with #8CFCC8

Text Example


Text Example

White with #8CFCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,252,200); }

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

background-color css

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

 a { background-color: rgb(140,252,200); }

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

border-color css

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

 span { border-color: rgb(140,252,200); }

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