Html Css Color HEX #6BDBA4 Medium Aquamarine

📋 copy color: '#6BDBA4'

red 107 ◦ green 219 ◦ blue 164

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

Shades of Medium Aquamarine #6BDBA4

Tints of Medium Aquamarine #6BDBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 21.84%
G = 44.69%
B = 33.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#6BDBA4 (or 0x6BDBA4) is known color: Medium Aquamarine. HEX triplet: 6B, DB and A4. RGB value is (107,219,164). Sum of RGB (Red+Green+Blue) = 107+219+164=490 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.84% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBA4 is #94245B. Grayscale: #B3B3B3. Windows color (decimal): -9708636 or 10804075. OLE color: 10804075.

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

Color convert

RGB 107 219 164 -
CMYK 0.51 0 0.25 0.14
HSL 150.54º 0.61% 0.64% -
HSV(B) 150.54º 0.51% 0.86% -
XYZ 38.1 56.47 44.01 -
YUV 179.24 119.39 76.47 -
System Red Green Blue C M Y K H S L
Decimal 107 219 164 0.51 0 0.25 0.14 150.54 0.61 0.64
Hex 6B DB A4 33 0 19 E 97 3D 40
Octal 153 333 244 63 0 31 16 227 75 100
Binary 1101011 11011011 10100100 110011 0 11001 1110 10010111 111101 1000000

Color Harmonies of #6BDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBA4

Black with #6BDBA4

Text Example


Text Example

White with #6BDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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