Html Css Color HEX #8CFFDD Aquamarine

📋 copy color: '#8CFFDD'

red 140 ◦ green 255 ◦ blue 221

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

Shades of Aquamarine #8CFFDD

Tints of Aquamarine #8CFFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 22.73%
G = 41.4%
B = 35.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#8CFFDD (or 0x8CFFDD) is known color: Aquamarine. HEX triplet: 8C, FF and DD. RGB value is (140,255,221). Sum of RGB (Red+Green+Blue) = 140+255+221=616 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.73% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFDD is #730022. Grayscale: #D8D8D8. Windows color (decimal): -7536675 or 14548876. OLE color: 14548876.

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

Color convert

RGB 140 255 221 -
CMYK 0.45 0 0.13 0
HSL 162.26º 1% 0.77% -
HSV(B) 162.26º 0.45% 1% -
XYZ 59.63 82.32 81.15 -
YUV 216.74 130.4 73.26 -
System Red Green Blue C M Y K H S L
Decimal 140 255 221 0.45 0 0.13 0 162.26 1 0.77
Hex 8C FF DD 2D 0 D 0 A2 64 4D
Octal 214 377 335 55 0 15 0 242 144 115
Binary 10001100 11111111 11011101 101101 0 1101 0 10100010 1100100 1001101

Color Harmonies of #8CFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFFDD

Black with #8CFFDD

Text Example


Text Example

White with #8CFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,255,221); }

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

background-color css

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

 a { background-color: rgb(140,255,221); }

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

border-color css

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

 span { border-color: rgb(140,255,221); }

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