Html Css Color HEX #8DEFC9 Aquamarine

📋 copy color: '#8DEFC9'

red 141 ◦ green 239 ◦ blue 201

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

Shades of Aquamarine #8DEFC9

Tints of Aquamarine #8DEFC9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.14%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 24.27%
G = 41.14%
B = 34.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#8DEFC9 (or 0x8DEFC9) is known color: Aquamarine. HEX triplet: 8D, EF and C9. RGB value is (141,239,201). Sum of RGB (Red+Green+Blue) = 141+239+201=581 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.27% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFC9 is #721036. Grayscale: #CDCDCD. Windows color (decimal): -7475255 or 13234061. OLE color: 13234061.

HSL color Cylindrical-coordinate representation of color #8DEFC9: hue angle of 156.73º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFC9 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 239 201 -
CMYK 0.41 0 0.16 0.06
HSL 156.73º 0.75% 0.75% -
HSV(B) 156.73º 0.41% 0.94% -
XYZ 52.39 71.61 66.32 -
YUV 205.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 141 239 201 0.41 0 0.16 0.06 156.73 0.75 0.75
Hex 8D EF C9 29 0 10 6 9D 4B 4B
Octal 215 357 311 51 0 20 6 235 113 113
Binary 10001101 11101111 11001001 101001 0 10000 110 10011101 1001011 1001011

Color Harmonies of #8DEFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEFC9

Black with #8DEFC9

Text Example


Text Example

White with #8DEFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,239,201); }

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

background-color css

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

 a { background-color: rgb(141,239,201); }

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

border-color css

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

 span { border-color: rgb(141,239,201); }

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