Html Css Color HEX #8AFEDD Aquamarine

📋 copy color: '#8AFEDD'

red 138 ◦ green 254 ◦ blue 221

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

Shades of Aquamarine #8AFEDD

Tints of Aquamarine #8AFEDD

RGB

 RED value IS 138 (54.3% from 255) = 22.51%

 GREEN value IS 254 (99.61% from 255) = 41.44%

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 22.51%
G = 41.44%
B = 36.05%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#8AFEDD (or 0x8AFEDD) is known color: Aquamarine. HEX triplet: 8A, FE and DD. RGB value is (138,254,221). Sum of RGB (Red+Green+Blue) = 138+254+221=613 (81% of max value = 765). Red value is 138 (54.30% from 255 or 22.51% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFEDD is #750122. Grayscale: #D7D7D7. Windows color (decimal): -7668003 or 14548618. OLE color: 14548618.

HSL color Cylindrical-coordinate representation of color #8AFEDD: hue angle of 162.93º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEDD is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 221 -
CMYK 0.46 0 0.13 0.00
HSL 162.93º 0.98% 0.77% -
HSV(B) 162.93º 0.46% 1% -
XYZ 58.97 81.51 81.03 -
YUV 215.55 131.07 72.68 -
System Red Green Blue C M Y K H S L
Decimal 138 254 221 0.46 0 0.13 0.00 162.93 0.98 0.77
Hex 8A FE DD 2E 0 D 0 A3 62 4D
Octal 212 376 335 56 0 15 0 243 142 115
Binary 10001010 11111110 11011101 101110 0 1101 0 10100011 1100010 1001101

Color Harmonies of #8AFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFEDD

Black with #8AFEDD

Text Example


Text Example

White with #8AFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,254,221); }

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

background-color css

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

 a { background-color: rgb(138,254,221); }

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

border-color css

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

 span { border-color: rgb(138,254,221); }

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