Html Css Color HEX #8AEFC7 Aquamarine

📋 copy color: '#8AEFC7'

red 138 ◦ green 239 ◦ blue 199

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

Shades of Aquamarine #8AEFC7

Tints of Aquamarine #8AEFC7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.49%

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

R = 23.96%
G = 41.49%
B = 34.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#8AEFC7 (or 0x8AEFC7) is known color: Aquamarine. HEX triplet: 8A, EF and C7. RGB value is (138,239,199). Sum of RGB (Red+Green+Blue) = 138+239+199=576 (76% of max value = 765). Red value is 138 (54.30% from 255 or 23.96% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEFC7 is #751038. Grayscale: #CCCCCC. Windows color (decimal): -7671865 or 13102986. OLE color: 13102986.

HSL color Cylindrical-coordinate representation of color #8AEFC7: hue angle of 156.24º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEFC7 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 239 199 -
CMYK 0.42 0 0.17 0.06
HSL 156.24º 0.76% 0.74% -
HSV(B) 156.24º 0.42% 0.94% -
XYZ 51.66 71.26 65.06 -
YUV 204.24 125.04 80.75 -
System Red Green Blue C M Y K H S L
Decimal 138 239 199 0.42 0 0.17 0.06 156.24 0.76 0.74
Hex 8A EF C7 2A 0 11 6 9C 4C 4A
Octal 212 357 307 52 0 21 6 234 114 112
Binary 10001010 11101111 11000111 101010 0 10001 110 10011100 1001100 1001010

Color Harmonies of #8AEFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEFC7

Black with #8AEFC7

Text Example


Text Example

White with #8AEFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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