Html Css Color HEX #6FC3A4 Medium Aquamarine

📋 copy color: '#6FC3A4'

red 111 ◦ green 195 ◦ blue 164

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

Shades of Medium Aquamarine #6FC3A4

Tints of Medium Aquamarine #6FC3A4

RGB

 RED value IS 111 (43.75% from 255) = 23.62%

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

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

R = 23.62%
G = 41.49%
B = 34.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#6FC3A4 (or 0x6FC3A4) is known color: Medium Aquamarine. HEX triplet: 6F, C3 and A4. RGB value is (111,195,164). Sum of RGB (Red+Green+Blue) = 111+195+164=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC3A4 is #903C5B. Grayscale: #A6A6A6. Windows color (decimal): -9452636 or 10797935. OLE color: 10797935.

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

Color convert

RGB 111 195 164 -
CMYK 0.43 0 0.16 0.24
HSL 157.86º 0.41% 0.6% -
HSV(B) 157.86º 0.43% 0.76% -
XYZ 32.77 45.09 42.1 -
YUV 166.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 111 195 164 0.43 0 0.16 0.24 157.86 0.41 0.6
Hex 6F C3 A4 2B 0 10 18 9E 29 3C
Octal 157 303 244 53 0 20 30 236 51 74
Binary 1101111 11000011 10100100 101011 0 10000 11000 10011110 101001 111100

Color Harmonies of #6FC3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC3A4

Black with #6FC3A4

Text Example


Text Example

White with #6FC3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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