Html Css Color HEX #6BDBAD Medium Aquamarine

📋 copy color: '#6BDBAD'

red 107 ◦ green 219 ◦ blue 173

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

Shades of Medium Aquamarine #6BDBAD

Tints of Medium Aquamarine #6BDBAD

RGB

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

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

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

R = 21.44%
G = 43.89%
B = 34.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#6BDBAD (or 0x6BDBAD) is known color: Medium Aquamarine. HEX triplet: 6B, DB and AD. RGB value is (107,219,173). Sum of RGB (Red+Green+Blue) = 107+219+173=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBAD is #942452. Grayscale: #B4B4B4. Windows color (decimal): -9708627 or 11393899. OLE color: 11393899.

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

Color convert

RGB 107 219 173 -
CMYK 0.51 0 0.21 0.14
HSL 155.36º 0.61% 0.64% -
HSV(B) 155.36º 0.51% 0.86% -
XYZ 38.94 56.81 48.45 -
YUV 180.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 107 219 173 0.51 0 0.21 0.14 155.36 0.61 0.64
Hex 6B DB AD 33 0 15 E 9B 3D 40
Octal 153 333 255 63 0 25 16 233 75 100
Binary 1101011 11011011 10101101 110011 0 10101 1110 10011011 111101 1000000

Color Harmonies of #6BDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBAD

Black with #6BDBAD

Text Example


Text Example

White with #6BDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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