Html Css Color HEX #8AF2DC Aquamarine

📋 copy color: '#8AF2DC'

red 138 ◦ green 242 ◦ blue 220

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

Shades of Aquamarine #8AF2DC

Tints of Aquamarine #8AF2DC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.33%

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 23%
G = 40.33%
B = 36.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#8AF2DC (or 0x8AF2DC) is known color: Aquamarine. HEX triplet: 8A, F2 and DC. RGB value is (138,242,220). Sum of RGB (Red+Green+Blue) = 138+242+220=600 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF2DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF2DC is #750D23. Grayscale: #D0D0D0. Windows color (decimal): -7671076 or 14480010. OLE color: 14480010.

HSL color Cylindrical-coordinate representation of color #8AF2DC: hue angle of 167.31º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF2DC is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 242 220 -
CMYK 0.43 0 0.09 0.05
HSL 167.31º 0.8% 0.75% -
HSV(B) 167.31º 0.43% 0.95% -
XYZ 55.15 74.07 79.1 -
YUV 208.4 134.54 77.79 -
System Red Green Blue C M Y K H S L
Decimal 138 242 220 0.43 0 0.09 0.05 167.31 0.8 0.75
Hex 8A F2 DC 2B 0 9 5 A7 50 4B
Octal 212 362 334 53 0 11 5 247 120 113
Binary 10001010 11110010 11011100 101011 0 1001 101 10100111 1010000 1001011

Color Harmonies of #8AF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF2DC

Black with #8AF2DC

Text Example


Text Example

White with #8AF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,242,220); }

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

background-color css

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

 a { background-color: rgb(138,242,220); }

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

border-color css

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

 span { border-color: rgb(138,242,220); }

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