Html Css Color HEX #8AFADD Aquamarine

📋 copy color: '#8AFADD'

red 138 ◦ green 250 ◦ blue 221

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

Shades of Aquamarine #8AFADD

Tints of Aquamarine #8AFADD

RGB

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

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

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

R = 22.66%
G = 41.05%
B = 36.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#8AFADD (or 0x8AFADD) is known color: Aquamarine. HEX triplet: 8A, FA and DD. RGB value is (138,250,221). Sum of RGB (Red+Green+Blue) = 138+250+221=609 (80% of max value = 765). Red value is 138 (54.30% from 255 or 22.66% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFADD is #750522. Grayscale: #D5D5D5. Windows color (decimal): -7669027 or 14547594. OLE color: 14547594.

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

Color convert

RGB 138 250 221 -
CMYK 0.45 0 0.12 0.02
HSL 164.46º 0.92% 0.76% -
HSV(B) 164.46º 0.45% 0.98% -
XYZ 57.72 78.99 80.61 -
YUV 213.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 138 250 221 0.45 0 0.12 0.02 164.46 0.92 0.76
Hex 8A FA DD 2D 0 C 2 A4 5C 4C
Octal 212 372 335 55 0 14 2 244 134 114
Binary 10001010 11111010 11011101 101101 0 1100 10 10100100 1011100 1001100

Color Harmonies of #8AFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFADD

Black with #8AFADD

Text Example


Text Example

White with #8AFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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