Html Css Color HEX #8AFAC6 Aquamarine

📋 copy color: '#8AFAC6'

red 138 ◦ green 250 ◦ blue 198

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

Shades of Aquamarine #8AFAC6

Tints of Aquamarine #8AFAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.79%

R = 23.55%
G = 42.66%
B = 33.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#8AFAC6 (or 0x8AFAC6) is known color: Aquamarine. HEX triplet: 8A, FA and C6. RGB value is (138,250,198). Sum of RGB (Red+Green+Blue) = 138+250+198=586 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.55% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAC6 is #750539. Grayscale: #D2D2D2. Windows color (decimal): -7669050 or 13040266. OLE color: 13040266.

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

Color convert

RGB 138 250 198 -
CMYK 0.45 0 0.21 0.02
HSL 152.14º 0.92% 0.76% -
HSV(B) 152.14º 0.45% 0.98% -
XYZ 54.86 77.85 65.56 -
YUV 210.58 120.89 76.23 -
System Red Green Blue C M Y K H S L
Decimal 138 250 198 0.45 0 0.21 0.02 152.14 0.92 0.76
Hex 8A FA C6 2D 0 15 2 98 5C 4C
Octal 212 372 306 55 0 25 2 230 134 114
Binary 10001010 11111010 11000110 101101 0 10101 10 10011000 1011100 1001100

Color Harmonies of #8AFAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFAC6

Black with #8AFAC6

Text Example


Text Example

White with #8AFAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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