Html Css Color HEX #8AFAC7 Aquamarine

📋 copy color: '#8AFAC7'

red 138 ◦ green 250 ◦ blue 199

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

Shades of Aquamarine #8AFAC7

Tints of Aquamarine #8AFAC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.9%

R = 23.51%
G = 42.59%
B = 33.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#8AFAC7 (or 0x8AFAC7) is known color: Aquamarine. HEX triplet: 8A, FA and C7. RGB value is (138,250,199). Sum of RGB (Red+Green+Blue) = 138+250+199=587 (77% of max value = 765). Red value is 138 (54.30% from 255 or 23.51% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AFAC7 is #750538. Grayscale: #D2D2D2. Windows color (decimal): -7669049 or 13105802. OLE color: 13105802.

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

Color convert

RGB 138 250 199 -
CMYK 0.45 0 0.20 0.02
HSL 152.68º 0.92% 0.76% -
HSV(B) 152.68º 0.45% 0.98% -
XYZ 54.98 77.9 66.17 -
YUV 210.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 138 250 199 0.45 0 0.20 0.02 152.68 0.92 0.76
Hex 8A FA C7 2D 0 14 2 99 5C 4C
Octal 212 372 307 55 0 24 2 231 134 114
Binary 10001010 11111010 11000111 101101 0 10100 10 10011001 1011100 1001100

Color Harmonies of #8AFAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFAC7

Black with #8AFAC7

Text Example


Text Example

White with #8AFAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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