Html Css Color HEX #8DFFCC Aquamarine

📋 copy color: '#8DFFCC'

red 141 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #8DFFCC

Tints of Aquamarine #8DFFCC

RGB

 RED value IS 141 (55.47% from 255) = 23.5%

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

 BLUE value IS 204 (80.08% from 255) = 34%

R = 23.5%
G = 42.5%
B = 34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#8DFFCC (or 0x8DFFCC) is known color: Aquamarine. HEX triplet: 8D, FF and CC. RGB value is (141,255,204). Sum of RGB (Red+Green+Blue) = 141+255+204=600 (79% of max value = 765). Red value is 141 (55.47% from 255 or 23.5% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFFCC is #720033. Grayscale: #D7D7D7. Windows color (decimal): -7471156 or 13434765. OLE color: 13434765.

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

Color convert

RGB 141 255 204 -
CMYK 0.45 0 0.2 0
HSL 153.16º 1% 0.78% -
HSV(B) 153.16º 0.45% 1% -
XYZ 57.64 81.54 69.83 -
YUV 215.1 121.73 75.15 -
System Red Green Blue C M Y K H S L
Decimal 141 255 204 0.45 0 0.2 0 153.16 1 0.78
Hex 8D FF CC 2D 0 14 0 99 64 4E
Octal 215 377 314 55 0 24 0 231 144 116
Binary 10001101 11111111 11001100 101101 0 10100 0 10011001 1100100 1001110

Color Harmonies of #8DFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFFCC

Black with #8DFFCC

Text Example


Text Example

White with #8DFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,255,204); }

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

background-color css

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

 a { background-color: rgb(141,255,204); }

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

border-color css

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

 span { border-color: rgb(141,255,204); }

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