Html Css Color HEX #6BC0AB Medium Aquamarine

📋 copy color: '#6BC0AB'

red 107 ◦ green 192 ◦ blue 171

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

Shades of Medium Aquamarine #6BC0AB

Tints of Medium Aquamarine #6BC0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

 BLUE value IS 171 (67.19% from 255) = 36.38%

R = 22.77%
G = 40.85%
B = 36.38%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#6BC0AB (or 0x6BC0AB) is known color: Medium Aquamarine. HEX triplet: 6B, C0 and AB. RGB value is (107,192,171). Sum of RGB (Red+Green+Blue) = 107+192+171=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC0AB is #943F54. Grayscale: #A4A4A4. Windows color (decimal): -9715541 or 11255915. OLE color: 11255915.

HSL color Cylindrical-coordinate representation of color #6BC0AB: hue angle of 165.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC0AB is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 192 171 -
CMYK 0.44 0 0.11 0.25
HSL 165.18º 0.4% 0.59% -
HSV(B) 165.18º 0.44% 0.75% -
XYZ 32.26 43.77 45.28 -
YUV 164.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 107 192 171 0.44 0 0.11 0.25 165.18 0.4 0.59
Hex 6B C0 AB 2C 0 B 19 A5 28 3B
Octal 153 300 253 54 0 13 31 245 50 73
Binary 1101011 11000000 10101011 101100 0 1011 11001 10100101 101000 111011

Color Harmonies of #6BC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC0AB

Black with #6BC0AB

Text Example


Text Example

White with #6BC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,192,171); }

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

background-color css

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

 a { background-color: rgb(107,192,171); }

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

border-color css

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

 span { border-color: rgb(107,192,171); }

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