Html Css Color HEX #6AECA5 Medium Aquamarine

📋 copy color: '#6AECA5'

red 106 ◦ green 236 ◦ blue 165

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

Shades of Medium Aquamarine #6AECA5

Tints of Medium Aquamarine #6AECA5

RGB

 RED value IS 106 (41.8% from 255) = 20.91%

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 20.91%
G = 46.55%
B = 32.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#6AECA5 (or 0x6AECA5) is known color: Medium Aquamarine. HEX triplet: 6A, EC and A5. RGB value is (106,236,165). Sum of RGB (Red+Green+Blue) = 106+236+165=507 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.91% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECA5 is #95135A. Grayscale: #BDBDBD. Windows color (decimal): -9769819 or 10873962. OLE color: 10873962.

HSL color Cylindrical-coordinate representation of color #6AECA5: hue angle of 147.23º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECA5 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 165 -
CMYK 0.55 0 0.30 0.07
HSL 147.23º 0.77% 0.67% -
HSV(B) 147.23º 0.55% 0.93% -
XYZ 42.73 65.77 46.04 -
YUV 189.04 114.43 68.77 -
System Red Green Blue C M Y K H S L
Decimal 106 236 165 0.55 0 0.30 0.07 147.23 0.77 0.67
Hex 6A EC A5 37 0 1E 7 93 4D 43
Octal 152 354 245 67 0 36 7 223 115 103
Binary 1101010 11101100 10100101 110111 0 11110 111 10010011 1001101 1000011

Color Harmonies of #6AECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECA5

Black with #6AECA5

Text Example


Text Example

White with #6AECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AECA5; }

 p { color: rgb(106,236,165); }

 H1.HeaderClassName
 {
   color: #6AECA5;
 }
 .AnyTagClassName
 {
   color: #6AECA5;
 }
</style>

background-color css

<style>
 a { background-color: #6AECA5; }

 a { background-color: rgb(106,236,165); }

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

border-color css

<style>
 span { border-color: #6AECA5; }

 span { border-color: rgb(106,236,165); }

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