Html Css Color HEX #8AEDDA Aquamarine

📋 copy color: '#8AEDDA'

red 138 ◦ green 237 ◦ blue 218

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

Shades of Aquamarine #8AEDDA

Tints of Aquamarine #8AEDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 23.27%
G = 39.97%
B = 36.76%

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

#8AEDDA (or 0x8AEDDA) is known color: Aquamarine. HEX triplet: 8A, ED and DA. RGB value is (138,237,218). Sum of RGB (Red+Green+Blue) = 138+237+218=593 (78% of max value = 765). Red value is 138 (54.30% from 255 or 23.27% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #8AEDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AEDDA is #751225. Grayscale: #CDCDCD. Windows color (decimal): -7672358 or 14347658. OLE color: 14347658.

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

Color convert

RGB 138 237 218 -
CMYK 0.42 0 0.08 0.07
HSL 168.48º 0.73% 0.74% -
HSV(B) 168.48º 0.42% 0.93% -
XYZ 53.42 71.03 77.22 -
YUV 205.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 138 237 218 0.42 0 0.08 0.07 168.48 0.73 0.74
Hex 8A ED DA 2A 0 8 7 A8 49 4A
Octal 212 355 332 52 0 10 7 250 111 112
Binary 10001010 11101101 11011010 101010 0 1000 111 10101000 1001001 1001010

Color Harmonies of #8AEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AEDDA

Black with #8AEDDA

Text Example


Text Example

White with #8AEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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