Html Css Color HEX #6FCCA0 Medium Aquamarine

📋 copy color: '#6FCCA0'

red 111 ◦ green 204 ◦ blue 160

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

Shades of Medium Aquamarine #6FCCA0

Tints of Medium Aquamarine #6FCCA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.68%

R = 23.37%
G = 42.95%
B = 33.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#6FCCA0 (or 0x6FCCA0) is known color: Medium Aquamarine. HEX triplet: 6F, CC and A0. RGB value is (111,204,160). Sum of RGB (Red+Green+Blue) = 111+204+160=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA0 is #90335F. Grayscale: #ABABAB. Windows color (decimal): -9450336 or 10538095. OLE color: 10538095.

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

Color convert

RGB 111 204 160 -
CMYK 0.46 0 0.22 0.2
HSL 151.61º 0.48% 0.62% -
HSV(B) 151.61º 0.46% 0.8% -
XYZ 34.49 49.1 40.92 -
YUV 171.18 121.69 85.08 -
System Red Green Blue C M Y K H S L
Decimal 111 204 160 0.46 0 0.22 0.2 151.61 0.48 0.62
Hex 6F CC A0 2E 0 16 14 98 30 3E
Octal 157 314 240 56 0 26 24 230 60 76
Binary 1101111 11001100 10100000 101110 0 10110 10100 10011000 110000 111110

Color Harmonies of #6FCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCA0

Black with #6FCCA0

Text Example


Text Example

White with #6FCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,204,160); }

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

background-color css

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

 a { background-color: rgb(111,204,160); }

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

border-color css

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

 span { border-color: rgb(111,204,160); }

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