Html Css Color HEX #6AEBAD Medium Aquamarine

📋 copy color: '#6AEBAD'

red 106 ◦ green 235 ◦ blue 173

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

Shades of Medium Aquamarine #6AEBAD

Tints of Medium Aquamarine #6AEBAD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.72%

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 20.62%
G = 45.72%
B = 33.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#6AEBAD (or 0x6AEBAD) is known color: Medium Aquamarine. HEX triplet: 6A, EB and AD. RGB value is (106,235,173). Sum of RGB (Red+Green+Blue) = 106+235+173=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEBAD is #951452. Grayscale: #BDBDBD. Windows color (decimal): -9770067 or 11397994. OLE color: 11397994.

HSL color Cylindrical-coordinate representation of color #6AEBAD: hue angle of 151.16º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEBAD is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 235 173 -
CMYK 0.55 0 0.26 0.08
HSL 151.16º 0.76% 0.67% -
HSV(B) 151.16º 0.55% 0.92% -
XYZ 43.2 65.5 49.9 -
YUV 189.36 118.76 68.54 -
System Red Green Blue C M Y K H S L
Decimal 106 235 173 0.55 0 0.26 0.08 151.16 0.76 0.67
Hex 6A EB AD 37 0 1A 8 97 4C 43
Octal 152 353 255 67 0 32 10 227 114 103
Binary 1101010 11101011 10101101 110111 0 11010 1000 10010111 1001100 1000011

Color Harmonies of #6AEBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBAD

Black with #6AEBAD

Text Example


Text Example

White with #6AEBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,235,173); }

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

background-color css

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

 a { background-color: rgb(106,235,173); }

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

border-color css

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

 span { border-color: rgb(106,235,173); }

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