Html Css Color HEX #8AFEE7 Aquamarine

📋 copy color: '#8AFEE7'

red 138 ◦ green 254 ◦ blue 231

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

Shades of Aquamarine #8AFEE7

Tints of Aquamarine #8AFEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.08%

R = 22.15%
G = 40.77%
B = 37.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#8AFEE7 (or 0x8AFEE7) is known color: Aquamarine. HEX triplet: 8A, FE and E7. RGB value is (138,254,231). Sum of RGB (Red+Green+Blue) = 138+254+231=623 (82% of max value = 765). Red value is 138 (54.30% from 255 or 22.15% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFEE7 is #750118. Grayscale: #D8D8D8. Windows color (decimal): -7667993 or 15203978. OLE color: 15203978.

HSL color Cylindrical-coordinate representation of color #8AFEE7: hue angle of 168.1º 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 #8AFEE7 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 138 254 231 -
CMYK 0.46 0 0.09 0.00
HSL 168.1º 0.98% 0.77% -
HSV(B) 168.1º 0.46% 1% -
XYZ 60.35 82.06 88.26 -
YUV 216.69 136.07 71.87 -
System Red Green Blue C M Y K H S L
Decimal 138 254 231 0.46 0 0.09 0.00 168.1 0.98 0.77
Hex 8A FE E7 2E 0 9 0 A8 62 4D
Octal 212 376 347 56 0 11 0 250 142 115
Binary 10001010 11111110 11100111 101110 0 1001 0 10101000 1100010 1001101

Color Harmonies of #8AFEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFEE7

Black with #8AFEE7

Text Example


Text Example

White with #8AFEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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