Html Css Color HEX #8AEDDE Aquamarine

📋 copy color: '#8AEDDE'

red 138 ◦ green 237 ◦ blue 222

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

Shades of Aquamarine #8AEDDE

Tints of Aquamarine #8AEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.7%

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 23.12%
G = 39.7%
B = 37.19%

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

#8AEDDE (or 0x8AEDDE) is known color: Aquamarine. HEX triplet: 8A, ED and DE. RGB value is (138,237,222). Sum of RGB (Red+Green+Blue) = 138+237+222=597 (79% of max value = 765). Red value is 138 (54.30% from 255 or 23.12% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDDE is #751221. Grayscale: #CDCDCD. Windows color (decimal): -7672354 or 14609802. OLE color: 14609802.

HSL color Cylindrical-coordinate representation of color #8AEDDE: hue angle of 170.91º degrees, saturation: 0.73, 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 #8AEDDE is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 237 222 -
CMYK 0.42 0 0.06 0.07
HSL 170.91º 0.73% 0.74% -
HSV(B) 170.91º 0.42% 0.93% -
XYZ 53.95 71.25 80.02 -
YUV 205.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 138 237 222 0.42 0 0.06 0.07 170.91 0.73 0.74
Hex 8A ED DE 2A 0 6 7 AB 49 4A
Octal 212 355 336 52 0 6 7 253 111 112
Binary 10001010 11101101 11011110 101010 0 110 111 10101011 1001001 1001010

Color Harmonies of #8AEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEDDE

Black with #8AEDDE

Text Example


Text Example

White with #8AEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,237,222); }

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

background-color css

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

 a { background-color: rgb(138,237,222); }

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

border-color css

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

 span { border-color: rgb(138,237,222); }

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