Html Css Color HEX #6AECB2 Medium Aquamarine

📋 copy color: '#6AECB2'

red 106 ◦ green 236 ◦ blue 178

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

Shades of Medium Aquamarine #6AECB2

Tints of Medium Aquamarine #6AECB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.23%

R = 20.38%
G = 45.38%
B = 34.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#6AECB2 (or 0x6AECB2) is known color: Medium Aquamarine. HEX triplet: 6A, EC and B2. RGB value is (106,236,178). Sum of RGB (Red+Green+Blue) = 106+236+178=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECB2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECB2 is #95134D. Grayscale: #BEBEBE. Windows color (decimal): -9769806 or 11725930. OLE color: 11725930.

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

Color convert

RGB 106 236 178 -
CMYK 0.55 0 0.25 0.07
HSL 153.23º 0.77% 0.67% -
HSV(B) 153.23º 0.55% 0.93% -
XYZ 43.98 66.27 52.59 -
YUV 190.52 120.93 67.72 -
System Red Green Blue C M Y K H S L
Decimal 106 236 178 0.55 0 0.25 0.07 153.23 0.77 0.67
Hex 6A EC B2 37 0 19 7 99 4D 43
Octal 152 354 262 67 0 31 7 231 115 103
Binary 1101010 11101100 10110010 110111 0 11001 111 10011001 1001101 1000011

Color Harmonies of #6AECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECB2

Black with #6AECB2

Text Example


Text Example

White with #6AECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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