Html Css Color HEX #6BCDAB Medium Aquamarine

📋 copy color: '#6BCDAB'

red 107 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #6BCDAB

Tints of Medium Aquamarine #6BCDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

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

R = 22.15%
G = 42.44%
B = 35.4%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#6BCDAB (or 0x6BCDAB) is known color: Medium Aquamarine. HEX triplet: 6B, CD and AB. RGB value is (107,205,171). Sum of RGB (Red+Green+Blue) = 107+205+171=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCDAB is #943254. Grayscale: #ABABAB. Windows color (decimal): -9712213 or 11259243. OLE color: 11259243.

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

Color convert

RGB 107 205 171 -
CMYK 0.48 0 0.17 0.20
HSL 159.18º 0.49% 0.61% -
HSV(B) 159.18º 0.48% 0.8% -
XYZ 35.25 49.73 46.27 -
YUV 171.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 107 205 171 0.48 0 0.17 0.20 159.18 0.49 0.61
Hex 6B CD AB 30 0 11 14 9F 31 3D
Octal 153 315 253 60 0 21 24 237 61 75
Binary 1101011 11001101 10101011 110000 0 10001 10100 10011111 110001 111101

Color Harmonies of #6BCDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCDAB

Black with #6BCDAB

Text Example


Text Example

White with #6BCDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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