Html Css Color HEX #8DFACC Aquamarine

📋 copy color: '#8DFACC'

red 141 ◦ green 250 ◦ blue 204

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

Shades of Aquamarine #8DFACC

Tints of Aquamarine #8DFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.02%

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

R = 23.7%
G = 42.02%
B = 34.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#8DFACC (or 0x8DFACC) is known color: Aquamarine. HEX triplet: 8D, FA and CC. RGB value is (141,250,204). Sum of RGB (Red+Green+Blue) = 141+250+204=595 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.70% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFACC is #720533. Grayscale: #D4D4D4. Windows color (decimal): -7472436 or 13433485. OLE color: 13433485.

HSL color Cylindrical-coordinate representation of color #8DFACC: hue angle of 154.68º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFACC is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 250 204 -
CMYK 0.44 0 0.18 0.02
HSL 154.68º 0.92% 0.77% -
HSV(B) 154.68º 0.44% 0.98% -
XYZ 56.07 78.39 69.3 -
YUV 212.17 123.39 77.24 -
System Red Green Blue C M Y K H S L
Decimal 141 250 204 0.44 0 0.18 0.02 154.68 0.92 0.77
Hex 8D FA CC 2C 0 12 2 9B 5C 4D
Octal 215 372 314 54 0 22 2 233 134 115
Binary 10001101 11111010 11001100 101100 0 10010 10 10011011 1011100 1001101

Color Harmonies of #8DFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFACC

Black with #8DFACC

Text Example


Text Example

White with #8DFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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