Html Css Color HEX #8DF9CC Aquamarine

📋 copy color: '#8DF9CC'

red 141 ◦ green 249 ◦ blue 204

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

Shades of Aquamarine #8DF9CC

Tints of Aquamarine #8DF9CC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.92%

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

R = 23.74%
G = 41.92%
B = 34.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#8DF9CC (or 0x8DF9CC) is known color: Aquamarine. HEX triplet: 8D, F9 and CC. RGB value is (141,249,204). Sum of RGB (Red+Green+Blue) = 141+249+204=594 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.74% from 594); Green value is 249 (97.66% from 255 or 41.92% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF9CC is #720633. Grayscale: #D3D3D3. Windows color (decimal): -7472692 or 13433229. OLE color: 13433229.

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

Color convert

RGB 141 249 204 -
CMYK 0.43 0 0.18 0.02
HSL 155º 0.9% 0.76% -
HSV(B) 155º 0.43% 0.98% -
XYZ 55.76 77.77 69.2 -
YUV 211.58 123.72 77.66 -
System Red Green Blue C M Y K H S L
Decimal 141 249 204 0.43 0 0.18 0.02 155 0.9 0.76
Hex 8D F9 CC 2B 0 12 2 9B 5A 4C
Octal 215 371 314 53 0 22 2 233 132 114
Binary 10001101 11111001 11001100 101011 0 10010 10 10011011 1011010 1001100

Color Harmonies of #8DF9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF9CC

Black with #8DF9CC

Text Example


Text Example

White with #8DF9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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