Html Css Color HEX #6BCDA0 Medium Aquamarine

📋 copy color: '#6BCDA0'

red 107 ◦ green 205 ◦ blue 160

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

Shades of Medium Aquamarine #6BCDA0

Tints of Medium Aquamarine #6BCDA0

RGB

 RED value IS 107 (42.19% from 255) = 22.67%

 GREEN value IS 205 (80.47% from 255) = 43.43%

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

R = 22.67%
G = 43.43%
B = 33.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#6BCDA0 (or 0x6BCDA0) is known color: Medium Aquamarine. HEX triplet: 6B, CD and A0. RGB value is (107,205,160). Sum of RGB (Red+Green+Blue) = 107+205+160=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDA0 is #94325F. Grayscale: #AAAAAA. Windows color (decimal): -9712224 or 10538347. OLE color: 10538347.

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

Color convert

RGB 107 205 160 -
CMYK 0.48 0 0.22 0.20
HSL 152.45º 0.49% 0.61% -
HSV(B) 152.45º 0.48% 0.8% -
XYZ 34.24 49.33 40.97 -
YUV 170.57 122.03 82.66 -
System Red Green Blue C M Y K H S L
Decimal 107 205 160 0.48 0 0.22 0.20 152.45 0.49 0.61
Hex 6B CD A0 30 0 16 14 98 31 3D
Octal 153 315 240 60 0 26 24 230 61 75
Binary 1101011 11001101 10100000 110000 0 10110 10100 10011000 110001 111101

Color Harmonies of #6BCDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDA0

Black with #6BCDA0

Text Example


Text Example

White with #6BCDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,205,160); }

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

background-color css

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

 a { background-color: rgb(107,205,160); }

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

border-color css

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

 span { border-color: rgb(107,205,160); }

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