Html Css Color HEX #86EEDE Aquamarine

📋 copy color: '#86EEDE'

red 134 ◦ green 238 ◦ blue 222

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

Shades of Aquamarine #86EEDE

Tints of Aquamarine #86EEDE

RGB

 RED value IS 134 (52.73% from 255) = 22.56%

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

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

R = 22.56%
G = 40.07%
B = 37.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#86EEDE (or 0x86EEDE) is known color: Aquamarine. HEX triplet: 86, EE and DE. RGB value is (134,238,222). Sum of RGB (Red+Green+Blue) = 134+238+222=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #86EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EEDE is #791121. Grayscale: #CDCDCD. Windows color (decimal): -7934242 or 14610054. OLE color: 14610054.

HSL color Cylindrical-coordinate representation of color #86EEDE: hue angle of 170.77º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEDE is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 222 -
CMYK 0.44 0 0.07 0.07
HSL 170.77º 0.75% 0.73% -
HSV(B) 170.77º 0.44% 0.93% -
XYZ 53.59 71.49 80.08 -
YUV 205.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 134 238 222 0.44 0 0.07 0.07 170.77 0.75 0.73
Hex 86 EE DE 2C 0 7 7 AB 4B 49
Octal 206 356 336 54 0 7 7 253 113 111
Binary 10000110 11101110 11011110 101100 0 111 111 10101011 1001011 1001001

Color Harmonies of #86EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EEDE

Black with #86EEDE

Text Example


Text Example

White with #86EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86EEDE; }

 p { color: rgb(134,238,222); }

 H1.HeaderClassName
 {
   color: #86EEDE;
 }
 .AnyTagClassName
 {
   color: #86EEDE;
 }
</style>

background-color css

<style>
 a { background-color: #86EEDE; }

 a { background-color: rgb(134,238,222); }

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

border-color css

<style>
 span { border-color: #86EEDE; }

 span { border-color: rgb(134,238,222); }

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