Html Css Color HEX #6FCBAB Medium Aquamarine

📋 copy color: '#6FCBAB'

red 111 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #6FCBAB

Tints of Medium Aquamarine #6FCBAB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.86%

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

R = 22.89%
G = 41.86%
B = 35.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#6FCBAB (or 0x6FCBAB) is known color: Medium Aquamarine. HEX triplet: 6F, CB and AB. RGB value is (111,203,171). Sum of RGB (Red+Green+Blue) = 111+203+171=485 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.89% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBAB is #903454. Grayscale: #ABABAB. Windows color (decimal): -9450581 or 11258735. OLE color: 11258735.

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

Color convert

RGB 111 203 171 -
CMYK 0.45 0 0.16 0.20
HSL 159.13º 0.47% 0.62% -
HSV(B) 159.13º 0.45% 0.8% -
XYZ 35.26 49.03 46.13 -
YUV 171.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 111 203 171 0.45 0 0.16 0.20 159.13 0.47 0.62
Hex 6F CB AB 2D 0 10 14 9F 2F 3E
Octal 157 313 253 55 0 20 24 237 57 76
Binary 1101111 11001011 10101011 101101 0 10000 10100 10011111 101111 111110

Color Harmonies of #6FCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBAB

Black with #6FCBAB

Text Example


Text Example

White with #6FCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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