Html Css Color HEX #6BCCAC Medium Aquamarine

📋 copy color: '#6BCCAC'

red 107 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #6BCCAC

Tints of Medium Aquamarine #6BCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.24%

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

R = 22.15%
G = 42.24%
B = 35.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#6BCCAC (or 0x6BCCAC) is known color: Medium Aquamarine. HEX triplet: 6B, CC and AC. RGB value is (107,204,172). Sum of RGB (Red+Green+Blue) = 107+204+172=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCAC is #943353. Grayscale: #ABABAB. Windows color (decimal): -9712468 or 11324523. OLE color: 11324523.

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

Color convert

RGB 107 204 172 -
CMYK 0.48 0 0.16 0.2
HSL 160.21º 0.49% 0.61% -
HSV(B) 160.21º 0.48% 0.8% -
XYZ 35.1 49.29 46.69 -
YUV 171.35 128.36 82.1 -
System Red Green Blue C M Y K H S L
Decimal 107 204 172 0.48 0 0.16 0.2 160.21 0.49 0.61
Hex 6B CC AC 30 0 10 14 A0 31 3D
Octal 153 314 254 60 0 20 24 240 61 75
Binary 1101011 11001100 10101100 110000 0 10000 10100 10100000 110001 111101

Color Harmonies of #6BCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCAC

Black with #6BCCAC

Text Example


Text Example

White with #6BCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,172); }

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

background-color css

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

 a { background-color: rgb(107,204,172); }

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

border-color css

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

 span { border-color: rgb(107,204,172); }

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