Html Css Color HEX #6FCCAB Medium Aquamarine

📋 copy color: '#6FCCAB'

red 111 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #6FCCAB

Tints of Medium Aquamarine #6FCCAB

RGB

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

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

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

R = 22.84%
G = 41.98%
B = 35.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#6FCCAB (or 0x6FCCAB) is known color: Medium Aquamarine. HEX triplet: 6F, CC and AB. RGB value is (111,204,171). Sum of RGB (Red+Green+Blue) = 111+204+171=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCAB is #903354. Grayscale: #ACACAC. Windows color (decimal): -9450325 or 11258991. OLE color: 11258991.

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

Color convert

RGB 111 204 171 -
CMYK 0.46 0 0.16 0.2
HSL 158.71º 0.48% 0.62% -
HSV(B) 158.71º 0.46% 0.8% -
XYZ 35.5 49.51 46.21 -
YUV 172.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 111 204 171 0.46 0 0.16 0.2 158.71 0.48 0.62
Hex 6F CC AB 2E 0 10 14 9F 30 3E
Octal 157 314 253 56 0 20 24 237 60 76
Binary 1101111 11001100 10101011 101110 0 10000 10100 10011111 110000 111110

Color Harmonies of #6FCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCCAB

Black with #6FCCAB

Text Example


Text Example

White with #6FCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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