Html Css Color HEX #6BCCAA Medium Aquamarine

📋 copy color: '#6BCCAA'

red 107 ◦ green 204 ◦ blue 170

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

Shades of Medium Aquamarine #6BCCAA

Tints of Medium Aquamarine #6BCCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.34%

R = 22.25%
G = 42.41%
B = 35.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#6BCCAA (or 0x6BCCAA) is known color: Medium Aquamarine. HEX triplet: 6B, CC and AA. RGB value is (107,204,170). Sum of RGB (Red+Green+Blue) = 107+204+170=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCAA is #943355. Grayscale: #ABABAB. Windows color (decimal): -9712470 or 11193451. OLE color: 11193451.

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

Color convert

RGB 107 204 170 -
CMYK 0.48 0 0.17 0.2
HSL 158.97º 0.49% 0.61% -
HSV(B) 158.97º 0.48% 0.8% -
XYZ 34.91 49.21 45.69 -
YUV 171.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 107 204 170 0.48 0 0.17 0.2 158.97 0.49 0.61
Hex 6B CC AA 30 0 11 14 9F 31 3D
Octal 153 314 252 60 0 21 24 237 61 75
Binary 1101011 11001100 10101010 110000 0 10001 10100 10011111 110001 111101

Color Harmonies of #6BCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCAA

Black with #6BCCAA

Text Example


Text Example

White with #6BCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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