Html Css Color HEX #8CFDDC Aquamarine

📋 copy color: '#8CFDDC'

red 140 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #8CFDDC

Tints of Aquamarine #8CFDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

 BLUE value IS 220 (86.33% from 255) = 35.89%

R = 22.84%
G = 41.27%
B = 35.89%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#8CFDDC (or 0x8CFDDC) is known color: Aquamarine. HEX triplet: 8C, FD and DC. RGB value is (140,253,220). Sum of RGB (Red+Green+Blue) = 140+253+220=613 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.84% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDDC is #730223. Grayscale: #D7D7D7. Windows color (decimal): -7537188 or 14482828. OLE color: 14482828.

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

Color convert

RGB 140 253 220 -
CMYK 0.45 0 0.13 0.01
HSL 162.48º 0.97% 0.77% -
HSV(B) 162.48º 0.45% 0.99% -
XYZ 58.86 80.99 80.24 -
YUV 215.45 130.56 74.18 -
System Red Green Blue C M Y K H S L
Decimal 140 253 220 0.45 0 0.13 0.01 162.48 0.97 0.77
Hex 8C FD DC 2D 0 D 1 A2 61 4D
Octal 214 375 334 55 0 15 1 242 141 115
Binary 10001100 11111101 11011100 101101 0 1101 1 10100010 1100001 1001101

Color Harmonies of #8CFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFDDC

Black with #8CFDDC

Text Example


Text Example

White with #8CFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,253,220); }

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

background-color css

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

 a { background-color: rgb(140,253,220); }

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

border-color css

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

 span { border-color: rgb(140,253,220); }

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