Html Css Color HEX #6BDCB4 Medium Aquamarine

📋 copy color: '#6BDCB4'

red 107 ◦ green 220 ◦ blue 180

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

Shades of Medium Aquamarine #6BDCB4

Tints of Medium Aquamarine #6BDCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.39%

 BLUE value IS 180 (70.7% from 255) = 35.5%

R = 21.1%
G = 43.39%
B = 35.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#6BDCB4 (or 0x6BDCB4) is known color: Medium Aquamarine. HEX triplet: 6B, DC and B4. RGB value is (107,220,180). Sum of RGB (Red+Green+Blue) = 107+220+180=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BDCB4 is #94234B. Grayscale: #B5B5B5. Windows color (decimal): -9708364 or 11852907. OLE color: 11852907.

HSL color Cylindrical-coordinate representation of color #6BDCB4: hue angle of 158.76º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDCB4 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 220 180 -
CMYK 0.51 0 0.18 0.14
HSL 158.76º 0.62% 0.64% -
HSV(B) 158.76º 0.51% 0.86% -
XYZ 39.89 57.61 52.2 -
YUV 181.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 107 220 180 0.51 0 0.18 0.14 158.76 0.62 0.64
Hex 6B DC B4 33 0 12 E 9F 3E 40
Octal 153 334 264 63 0 22 16 237 76 100
Binary 1101011 11011100 10110100 110011 0 10010 1110 10011111 111110 1000000

Color Harmonies of #6BDCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDCB4

Black with #6BDCB4

Text Example


Text Example

White with #6BDCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,220,180); }

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

background-color css

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

 a { background-color: rgb(107,220,180); }

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

border-color css

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

 span { border-color: rgb(107,220,180); }

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