Html Css Color HEX #8DF9CE Aquamarine

📋 copy color: '#8DF9CE'

red 141 ◦ green 249 ◦ blue 206

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

Shades of Aquamarine #8DF9CE

Tints of Aquamarine #8DF9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 23.66%
G = 41.78%
B = 34.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#8DF9CE (or 0x8DF9CE) is known color: Aquamarine. HEX triplet: 8D, F9 and CE. RGB value is (141,249,206). Sum of RGB (Red+Green+Blue) = 141+249+206=596 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.66% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF9CE is #720631. Grayscale: #D3D3D3. Windows color (decimal): -7472690 or 13564301. OLE color: 13564301.

HSL color Cylindrical-coordinate representation of color #8DF9CE: hue angle of 156.11º 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 #8DF9CE is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 249 206 -
CMYK 0.43 0 0.17 0.02
HSL 156.11º 0.9% 0.76% -
HSV(B) 156.11º 0.43% 0.98% -
XYZ 56 77.87 70.47 -
YUV 211.81 124.72 77.5 -
System Red Green Blue C M Y K H S L
Decimal 141 249 206 0.43 0 0.17 0.02 156.11 0.9 0.76
Hex 8D F9 CE 2B 0 11 2 9C 5A 4C
Octal 215 371 316 53 0 21 2 234 132 114
Binary 10001101 11111001 11001110 101011 0 10001 10 10011100 1011010 1001100

Color Harmonies of #8DF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF9CE

Black with #8DF9CE

Text Example


Text Example

White with #8DF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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