Html Css Color HEX #6CCCAB Medium Aquamarine

📋 copy color: '#6CCCAB'

red 108 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #6CCCAB

Tints of Medium Aquamarine #6CCCAB

RGB

 RED value IS 108 (42.58% from 255) = 22.36%

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

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

R = 22.36%
G = 42.24%
B = 35.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#6CCCAB (or 0x6CCCAB) is known color: Medium Aquamarine. HEX triplet: 6C, CC and AB. RGB value is (108,204,171). Sum of RGB (Red+Green+Blue) = 108+204+171=483 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.36% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CCCAB is #933354. Grayscale: #ABABAB. Windows color (decimal): -9646933 or 11258988. OLE color: 11258988.

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

Color convert

RGB 108 204 171 -
CMYK 0.47 0 0.16 0.2
HSL 159.38º 0.48% 0.61% -
HSV(B) 159.38º 0.47% 0.8% -
XYZ 35.13 49.31 46.2 -
YUV 171.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 108 204 171 0.47 0 0.16 0.2 159.38 0.48 0.61
Hex 6C CC AB 2F 0 10 14 9F 30 3D
Octal 154 314 253 57 0 20 24 237 60 75
Binary 1101100 11001100 10101011 101111 0 10000 10100 10011111 110000 111101

Color Harmonies of #6CCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCCAB

Black with #6CCCAB

Text Example


Text Example

White with #6CCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,204,171); }

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

background-color css

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

 a { background-color: rgb(108,204,171); }

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

border-color css

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

 span { border-color: rgb(108,204,171); }

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