Html Css Color HEX #6BDBAA Medium Aquamarine

📋 copy color: '#6BDBAA'

red 107 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #6BDBAA

Tints of Medium Aquamarine #6BDBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

 BLUE value IS 170 (66.8% from 255) = 34.27%

R = 21.57%
G = 44.15%
B = 34.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#6BDBAA (or 0x6BDBAA) is known color: Medium Aquamarine. HEX triplet: 6B, DB and AA. RGB value is (107,219,170). Sum of RGB (Red+Green+Blue) = 107+219+170=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBAA is #942455. Grayscale: #B4B4B4. Windows color (decimal): -9708630 or 11197291. OLE color: 11197291.

HSL color Cylindrical-coordinate representation of color #6BDBAA: hue angle of 153.75º degrees, saturation: 0.61, 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 #6BDBAA is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 107 219 170 -
CMYK 0.51 0 0.22 0.14
HSL 153.75º 0.61% 0.64% -
HSV(B) 153.75º 0.51% 0.86% -
XYZ 38.65 56.69 46.94 -
YUV 179.93 122.39 75.98 -
System Red Green Blue C M Y K H S L
Decimal 107 219 170 0.51 0 0.22 0.14 153.75 0.61 0.64
Hex 6B DB AA 33 0 16 E 9A 3D 40
Octal 153 333 252 63 0 26 16 232 75 100
Binary 1101011 11011011 10101010 110011 0 10110 1110 10011010 111101 1000000

Color Harmonies of #6BDBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBAA

Black with #6BDBAA

Text Example


Text Example

White with #6BDBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,219,170); }

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

background-color css

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

 a { background-color: rgb(107,219,170); }

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

border-color css

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

 span { border-color: rgb(107,219,170); }

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