Html Css Color HEX #8CFCD5 Aquamarine

📋 copy color: '#8CFCD5'

red 140 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #8CFCD5

Tints of Aquamarine #8CFCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 23.14%
G = 41.65%
B = 35.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#8CFCD5 (or 0x8CFCD5) is known color: Aquamarine. HEX triplet: 8C, FC and D5. RGB value is (140,252,213). Sum of RGB (Red+Green+Blue) = 140+252+213=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFCD5 is #73032A. Grayscale: #D6D6D6. Windows color (decimal): -7537451 or 14023820. OLE color: 14023820.

HSL color Cylindrical-coordinate representation of color #8CFCD5: hue angle of 159.11º 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 #8CFCD5 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 252 213 -
CMYK 0.44 0 0.15 0.01
HSL 159.11º 0.95% 0.77% -
HSV(B) 159.11º 0.44% 0.99% -
XYZ 57.64 80 75.35 -
YUV 214.07 127.39 75.17 -
System Red Green Blue C M Y K H S L
Decimal 140 252 213 0.44 0 0.15 0.01 159.11 0.95 0.77
Hex 8C FC D5 2C 0 F 1 9F 5F 4D
Octal 214 374 325 54 0 17 1 237 137 115
Binary 10001100 11111100 11010101 101100 0 1111 1 10011111 1011111 1001101

Color Harmonies of #8CFCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFCD5

Black with #8CFCD5

Text Example


Text Example

White with #8CFCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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