Html Css Color HEX #8AECDD Aquamarine

📋 copy color: '#8AECDD'

red 138 ◦ green 236 ◦ blue 221

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

Shades of Aquamarine #8AECDD

Tints of Aquamarine #8AECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.66%

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 23.19%
G = 39.66%
B = 37.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#8AECDD (or 0x8AECDD) is known color: Aquamarine. HEX triplet: 8A, EC and DD. RGB value is (138,236,221). Sum of RGB (Red+Green+Blue) = 138+236+221=595 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.19% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #8AECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AECDD is #751322. Grayscale: #CCCCCC. Windows color (decimal): -7672611 or 14544010. OLE color: 14544010.

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

Color convert

RGB 138 236 221 -
CMYK 0.42 0 0.06 0.07
HSL 170.82º 0.72% 0.73% -
HSV(B) 170.82º 0.42% 0.93% -
XYZ 53.53 70.61 79.22 -
YUV 204.99 137.03 80.22 -
System Red Green Blue C M Y K H S L
Decimal 138 236 221 0.42 0 0.06 0.07 170.82 0.72 0.73
Hex 8A EC DD 2A 0 6 7 AB 48 49
Octal 212 354 335 52 0 6 7 253 110 111
Binary 10001010 11101100 11011101 101010 0 110 111 10101011 1001000 1001001

Color Harmonies of #8AECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AECDD

Black with #8AECDD

Text Example


Text Example

White with #8AECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,236,221); }

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

background-color css

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

 a { background-color: rgb(138,236,221); }

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

border-color css

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

 span { border-color: rgb(138,236,221); }

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