Html Css Color HEX #8AEEDB Aquamarine

📋 copy color: '#8AEEDB'

red 138 ◦ green 238 ◦ blue 219

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

Shades of Aquamarine #8AEEDB

Tints of Aquamarine #8AEEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40%

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

R = 23.19%
G = 40%
B = 36.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#8AEEDB (or 0x8AEEDB) is known color: Aquamarine. HEX triplet: 8A, EE and DB. RGB value is (138,238,219). Sum of RGB (Red+Green+Blue) = 138+238+219=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEEDB is #751124. Grayscale: #CDCDCD. Windows color (decimal): -7672101 or 14413450. OLE color: 14413450.

HSL color Cylindrical-coordinate representation of color #8AEEDB: hue angle of 168.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AEEDB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 238 219 -
CMYK 0.42 0 0.08 0.07
HSL 168.6º 0.75% 0.74% -
HSV(B) 168.6º 0.42% 0.93% -
XYZ 53.84 71.67 78.01 -
YUV 205.93 135.37 79.54 -
System Red Green Blue C M Y K H S L
Decimal 138 238 219 0.42 0 0.08 0.07 168.6 0.75 0.74
Hex 8A EE DB 2A 0 8 7 A9 4B 4A
Octal 212 356 333 52 0 10 7 251 113 112
Binary 10001010 11101110 11011011 101010 0 1000 111 10101001 1001011 1001010

Color Harmonies of #8AEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEEDB

Black with #8AEEDB

Text Example


Text Example

White with #8AEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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