Html Css Color HEX #6BDBAF Medium Aquamarine

📋 copy color: '#6BDBAF'

red 107 ◦ green 219 ◦ blue 175

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

Shades of Medium Aquamarine #6BDBAF

Tints of Medium Aquamarine #6BDBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 21.36%
G = 43.71%
B = 34.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#6BDBAF (or 0x6BDBAF) is known color: Medium Aquamarine. HEX triplet: 6B, DB and AF. RGB value is (107,219,175). Sum of RGB (Red+Green+Blue) = 107+219+175=501 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.36% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDBAF is #942450. Grayscale: #B4B4B4. Windows color (decimal): -9708625 or 11524971. OLE color: 11524971.

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

Color convert

RGB 107 219 175 -
CMYK 0.51 0 0.20 0.14
HSL 156.43º 0.61% 0.64% -
HSV(B) 156.43º 0.51% 0.86% -
XYZ 39.13 56.88 49.47 -
YUV 180.5 124.89 75.58 -
System Red Green Blue C M Y K H S L
Decimal 107 219 175 0.51 0 0.20 0.14 156.43 0.61 0.64
Hex 6B DB AF 33 0 14 E 9C 3D 40
Octal 153 333 257 63 0 24 16 234 75 100
Binary 1101011 11011011 10101111 110011 0 10100 1110 10011100 111101 1000000

Color Harmonies of #6BDBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDBAF

Black with #6BDBAF

Text Example


Text Example

White with #6BDBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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