Html Css Color HEX #86FCDD Aquamarine

📋 copy color: '#86FCDD'

red 134 ◦ green 252 ◦ blue 221

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

Shades of Aquamarine #86FCDD

Tints of Aquamarine #86FCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.52%

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

R = 22.08%
G = 41.52%
B = 36.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#86FCDD (or 0x86FCDD) is known color: Aquamarine. HEX triplet: 86, FC and DD. RGB value is (134,252,221). Sum of RGB (Red+Green+Blue) = 134+252+221=607 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.08% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #86FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FCDD is #790322. Grayscale: #D5D5D5. Windows color (decimal): -7930659 or 14548102. OLE color: 14548102.

HSL color Cylindrical-coordinate representation of color #86FCDD: hue angle of 164.24º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FCDD is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 134 252 221 -
CMYK 0.47 0 0.12 0.01
HSL 164.24º 0.95% 0.76% -
HSV(B) 164.24º 0.47% 0.99% -
XYZ 57.69 79.91 80.79 -
YUV 213.18 132.41 71.52 -
System Red Green Blue C M Y K H S L
Decimal 134 252 221 0.47 0 0.12 0.01 164.24 0.95 0.76
Hex 86 FC DD 2F 0 C 1 A4 5F 4C
Octal 206 374 335 57 0 14 1 244 137 114
Binary 10000110 11111100 11011101 101111 0 1100 1 10100100 1011111 1001100

Color Harmonies of #86FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FCDD

Black with #86FCDD

Text Example


Text Example

White with #86FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,252,221); }

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

background-color css

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

 a { background-color: rgb(134,252,221); }

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

border-color css

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

 span { border-color: rgb(134,252,221); }

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