Html Css Color HEX #8AF4DB Aquamarine

📋 copy color: '#8AF4DB'

red 138 ◦ green 244 ◦ blue 219

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

Shades of Aquamarine #8AF4DB

Tints of Aquamarine #8AF4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.6%

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 22.96%
G = 40.6%
B = 36.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#8AF4DB (or 0x8AF4DB) is known color: Aquamarine. HEX triplet: 8A, F4 and DB. RGB value is (138,244,219). Sum of RGB (Red+Green+Blue) = 138+244+219=601 (79% of max value = 765). Red value is 138 (54.30% from 255 or 22.96% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF4DB is #750B24. Grayscale: #D1D1D1. Windows color (decimal): -7670565 or 14414986. OLE color: 14414986.

HSL color Cylindrical-coordinate representation of color #8AF4DB: hue angle of 165.85º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF4DB is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 138 244 219 -
CMYK 0.43 0 0.10 0.04
HSL 165.85º 0.83% 0.75% -
HSV(B) 165.85º 0.43% 0.96% -
XYZ 55.62 75.22 78.61 -
YUV 209.46 133.38 77.03 -
System Red Green Blue C M Y K H S L
Decimal 138 244 219 0.43 0 0.10 0.04 165.85 0.83 0.75
Hex 8A F4 DB 2B 0 A 4 A6 53 4B
Octal 212 364 333 53 0 12 4 246 123 113
Binary 10001010 11110100 11011011 101011 0 1010 100 10100110 1010011 1001011

Color Harmonies of #8AF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF4DB

Black with #8AF4DB

Text Example


Text Example

White with #8AF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,244,219); }

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

background-color css

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

 a { background-color: rgb(138,244,219); }

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

border-color css

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

 span { border-color: rgb(138,244,219); }

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