Html Css Color HEX #6DCBAB Medium Aquamarine

📋 copy color: '#6DCBAB'

red 109 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #6DCBAB

Tints of Medium Aquamarine #6DCBAB

RGB

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

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

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

R = 22.57%
G = 42.03%
B = 35.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#6DCBAB (or 0x6DCBAB) is known color: Medium Aquamarine. HEX triplet: 6D, CB and AB. RGB value is (109,203,171). Sum of RGB (Red+Green+Blue) = 109+203+171=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCBAB is #923454. Grayscale: #ABABAB. Windows color (decimal): -9581653 or 11258733. OLE color: 11258733.

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

Color convert

RGB 109 203 171 -
CMYK 0.46 0 0.16 0.20
HSL 159.57º 0.47% 0.61% -
HSV(B) 159.57º 0.46% 0.8% -
XYZ 35.01 48.9 46.12 -
YUV 171.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 109 203 171 0.46 0 0.16 0.20 159.57 0.47 0.61
Hex 6D CB AB 2E 0 10 14 A0 2F 3D
Octal 155 313 253 56 0 20 24 240 57 75
Binary 1101101 11001011 10101011 101110 0 10000 10100 10100000 101111 111101

Color Harmonies of #6DCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBAB

Black with #6DCBAB

Text Example


Text Example

White with #6DCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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