Html Css Color HEX #6DCBAC Medium Aquamarine

📋 copy color: '#6DCBAC'

red 109 ◦ green 203 ◦ blue 172

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

Shades of Medium Aquamarine #6DCBAC

Tints of Medium Aquamarine #6DCBAC

RGB

 RED value IS 109 (42.97% from 255) = 22.52%

 GREEN value IS 203 (79.69% from 255) = 41.94%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 22.52%
G = 41.94%
B = 35.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#6DCBAC (or 0x6DCBAC) is known color: Medium Aquamarine. HEX triplet: 6D, CB and AC. RGB value is (109,203,172). Sum of RGB (Red+Green+Blue) = 109+203+172=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBAC is #923453. Grayscale: #ABABAB. Windows color (decimal): -9581652 or 11324269. OLE color: 11324269.

HSL color Cylindrical-coordinate representation of color #6DCBAC: hue angle of 160.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBAC is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 203 172 -
CMYK 0.46 0 0.15 0.20
HSL 160.21º 0.47% 0.61% -
HSV(B) 160.21º 0.46% 0.8% -
XYZ 35.11 48.94 46.63 -
YUV 171.36 128.36 83.52 -
System Red Green Blue C M Y K H S L
Decimal 109 203 172 0.46 0 0.15 0.20 160.21 0.47 0.61
Hex 6D CB AC 2E 0 F 14 A0 2F 3D
Octal 155 313 254 56 0 17 24 240 57 75
Binary 1101101 11001011 10101100 101110 0 1111 10100 10100000 101111 111101

Color Harmonies of #6DCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBAC

Black with #6DCBAC

Text Example


Text Example

White with #6DCBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,172); }

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

background-color css

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

 a { background-color: rgb(109,203,172); }

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

border-color css

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

 span { border-color: rgb(109,203,172); }

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