Html Css Color HEX #6CC3A4 Medium Aquamarine

📋 copy color: '#6CC3A4'

red 108 ◦ green 195 ◦ blue 164

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

Shades of Medium Aquamarine #6CC3A4

Tints of Medium Aquamarine #6CC3A4

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.76%

 BLUE value IS 164 (64.45% from 255) = 35.12%

R = 23.13%
G = 41.76%
B = 35.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#6CC3A4 (or 0x6CC3A4) is known color: Medium Aquamarine. HEX triplet: 6C, C3 and A4. RGB value is (108,195,164). Sum of RGB (Red+Green+Blue) = 108+195+164=467 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.13% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #6CC3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC3A4 is #933C5B. Grayscale: #A5A5A5. Windows color (decimal): -9649244 or 10797932. OLE color: 10797932.

HSL color Cylindrical-coordinate representation of color #6CC3A4: hue angle of 158.62º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC3A4 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 108 195 164 -
CMYK 0.45 0 0.16 0.24
HSL 158.62º 0.42% 0.59% -
HSV(B) 158.62º 0.45% 0.76% -
XYZ 32.4 44.9 42.08 -
YUV 165.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 108 195 164 0.45 0 0.16 0.24 158.62 0.42 0.59
Hex 6C C3 A4 2D 0 10 18 9F 2A 3B
Octal 154 303 244 55 0 20 30 237 52 73
Binary 1101100 11000011 10100100 101101 0 10000 11000 10011111 101010 111011

Color Harmonies of #6CC3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC3A4

Black with #6CC3A4

Text Example


Text Example

White with #6CC3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,195,164); }

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

background-color css

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

 a { background-color: rgb(108,195,164); }

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

border-color css

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

 span { border-color: rgb(108,195,164); }

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