Html Css Color HEX #6BDBA8 Medium Aquamarine

📋 copy color: '#6BDBA8'

red 107 ◦ green 219 ◦ blue 168

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

Shades of Medium Aquamarine #6BDBA8

Tints of Medium Aquamarine #6BDBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.01%

R = 21.66%
G = 44.33%
B = 34.01%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#6BDBA8 (or 0x6BDBA8) is known color: Medium Aquamarine. HEX triplet: 6B, DB and A8. RGB value is (107,219,168). Sum of RGB (Red+Green+Blue) = 107+219+168=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBA8 is #942457. Grayscale: #B3B3B3. Windows color (decimal): -9708632 or 11066219. OLE color: 11066219.

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

Color convert

RGB 107 219 168 -
CMYK 0.51 0 0.23 0.14
HSL 152.68º 0.61% 0.64% -
HSV(B) 152.68º 0.51% 0.86% -
XYZ 38.46 56.62 45.95 -
YUV 179.7 121.39 76.15 -
System Red Green Blue C M Y K H S L
Decimal 107 219 168 0.51 0 0.23 0.14 152.68 0.61 0.64
Hex 6B DB A8 33 0 17 E 99 3D 40
Octal 153 333 250 63 0 27 16 231 75 100
Binary 1101011 11011011 10101000 110011 0 10111 1110 10011001 111101 1000000

Color Harmonies of #6BDBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBA8

Black with #6BDBA8

Text Example


Text Example

White with #6BDBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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