Html Css Color HEX #6DCBA0 Medium Aquamarine

📋 copy color: '#6DCBA0'

red 109 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #6DCBA0

Tints of Medium Aquamarine #6DCBA0

RGB

 RED value IS 109 (42.97% from 255) = 23.09%

 GREEN value IS 203 (79.69% from 255) = 43.01%

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 23.09%
G = 43.01%
B = 33.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#6DCBA0 (or 0x6DCBA0) is known color: Medium Aquamarine. HEX triplet: 6D, CB and A0. RGB value is (109,203,160). Sum of RGB (Red+Green+Blue) = 109+203+160=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBA0 is #92345F. Grayscale: #AAAAAA. Windows color (decimal): -9581664 or 10537837. OLE color: 10537837.

HSL color Cylindrical-coordinate representation of color #6DCBA0: hue angle of 152.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBA0 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 203 160 -
CMYK 0.46 0 0.21 0.20
HSL 152.55º 0.47% 0.61% -
HSV(B) 152.55º 0.46% 0.8% -
XYZ 34.01 48.5 40.83 -
YUV 169.99 122.36 84.5 -
System Red Green Blue C M Y K H S L
Decimal 109 203 160 0.46 0 0.21 0.20 152.55 0.47 0.61
Hex 6D CB A0 2E 0 15 14 99 2F 3D
Octal 155 313 240 56 0 25 24 231 57 75
Binary 1101101 11001011 10100000 101110 0 10101 10100 10011001 101111 111101

Color Harmonies of #6DCBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBA0

Black with #6DCBA0

Text Example


Text Example

White with #6DCBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,160); }

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

background-color css

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

 a { background-color: rgb(109,203,160); }

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

border-color css

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

 span { border-color: rgb(109,203,160); }

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