Html Css Color HEX #6AECAB Medium Aquamarine

📋 copy color: '#6AECAB'

red 106 ◦ green 236 ◦ blue 171

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

Shades of Medium Aquamarine #6AECAB

Tints of Medium Aquamarine #6AECAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 20.66%
G = 46%
B = 33.33%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#6AECAB (or 0x6AECAB) is known color: Medium Aquamarine. HEX triplet: 6A, EC and AB. RGB value is (106,236,171). Sum of RGB (Red+Green+Blue) = 106+236+171=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECAB is #951354. Grayscale: #BDBDBD. Windows color (decimal): -9769813 or 11267178. OLE color: 11267178.

HSL color Cylindrical-coordinate representation of color #6AECAB: hue angle of 150º 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 #6AECAB is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 171 -
CMYK 0.55 0 0.28 0.07
HSL 150º 0.77% 0.67% -
HSV(B) 150º 0.55% 0.93% -
XYZ 43.29 66 48.98 -
YUV 189.72 117.43 68.29 -
System Red Green Blue C M Y K H S L
Decimal 106 236 171 0.55 0 0.28 0.07 150 0.77 0.67
Hex 6A EC AB 37 0 1C 7 96 4D 43
Octal 152 354 253 67 0 34 7 226 115 103
Binary 1101010 11101100 10101011 110111 0 11100 111 10010110 1001101 1000011

Color Harmonies of #6AECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECAB

Black with #6AECAB

Text Example


Text Example

White with #6AECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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